mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
moving slim3 coniguration to the hosts directory
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -28,14 +28,16 @@
|
||||
in {
|
||||
|
||||
# slim3 - system hostname
|
||||
nixosConfigurations.${hostname} = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs system stateVersion hostname user;
|
||||
};
|
||||
nixosConfigurations = {
|
||||
${hostname} = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs system stateVersion hostname user;
|
||||
};
|
||||
|
||||
modules = [
|
||||
./nixos/configuration.nix
|
||||
];
|
||||
modules = [
|
||||
./hosts/${hostname}/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations.${user} = home-manager.lib.homeManagerConfiguration {
|
||||
|
Reference in New Issue
Block a user