add server1 and change flatpak to make it works if not defined
nix flake show / show-flake (push) Successful in 40s

This commit is contained in:
smayzy
2025-08-08 22:00:52 +02:00
parent 5798a8bcb2
commit cacd136ca9
7 changed files with 161 additions and 31 deletions
+9
View File
@@ -42,6 +42,15 @@
nvf.nixosModules.default
];
};
server1 = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system overlays; };
modules = [
./hosts/server1/configuration.nix
nix-flatpak.nixosModules.nix-flatpak
inputs.stylix.nixosModules.stylix
nvf.nixosModules.default
];
};
laptop1 = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs system overlays; };
modules = [