mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Remove more packages
This commit is contained in:
@@ -70,9 +70,6 @@
|
||||
};
|
||||
})
|
||||
];
|
||||
desktopLinuxModules = [
|
||||
./services/netdata/default.nix
|
||||
];
|
||||
in {
|
||||
hephaestus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit unstable;};
|
||||
@@ -80,9 +77,9 @@
|
||||
[
|
||||
./machines/hephaestus/configuration.nix
|
||||
./machines/hephaestus/hardware.nix
|
||||
./services/netdata/default.nix
|
||||
]
|
||||
++ defaultModules
|
||||
++ desktopLinuxModules;
|
||||
++ defaultModules;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user