fix: Make the default package disabling actually work
This commit is contained in:
parent
eef7f004b3
commit
54a12223ea
1 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ modulesPath, flake-inputs, ... }:
|
||||
{
|
||||
lib,
|
||||
modulesPath,
|
||||
flake-inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
flake-inputs.disko.nixosModules.disko
|
||||
|
|
@ -79,7 +84,7 @@
|
|||
sops.defaultSopsFile = ../keys/production.yaml;
|
||||
|
||||
# Remove some unneeded packages
|
||||
environment.defaultPackages = [ ];
|
||||
environment.defaultPackages = lib.mkForce [ ];
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue