got it working even more

This commit is contained in:
martyTF 2025-12-18 13:30:28 +01:00
parent 7686df76ed
commit c2cda08d69
21 changed files with 469 additions and 222 deletions

View file

@ -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
];