default.nix: Turn on minimal profile
This commit is contained in:
parent
5c89aa5b83
commit
b3e8b0e85c
2 changed files with 7 additions and 0 deletions
configuration
|
@ -7,6 +7,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
"${modulesPath}/profiles/headless.nix"
|
||||
"${modulesPath}/profiles/minimal.nix"
|
||||
(import ../modules)
|
||||
|
||||
./services/conduit.nix
|
||||
|
@ -135,5 +136,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
# Remove some unneeded packages
|
||||
environment.defaultPackages = [];
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue