got it working even more
This commit is contained in:
parent
7686df76ed
commit
c2cda08d69
21 changed files with 469 additions and 222 deletions
|
|
@ -31,7 +31,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/marty-pc.nix
|
||||
./hosts/marty-pc
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/marty-server.nix
|
||||
./hosts/marty-server
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/marty-latitude.nix
|
||||
./hosts/marty-latitude
|
||||
./configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue