change machine specification
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
stylix,
|
||||
...
|
||||
}: let
|
||||
laptop = import ./machines/laptop.nix;
|
||||
laptop = import ./machines/laptop/machine.nix;
|
||||
in {
|
||||
nixosConfigurations.${laptop.hostname} = nixpkgs.lib.nixosSystem {
|
||||
system = laptop.system;
|
||||
@@ -66,7 +66,7 @@
|
||||
impermanence.nixosModules.impermanence
|
||||
noshell.nixosModules.default
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
laptop.hardware-configuration
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user