nixos: disable nixos containers
This commit is contained in:
parent
66cd66808c
commit
2e03a4c4d1
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
|
||||
nixpkgs.overlays = [ inputs.self.overlays.default ];
|
||||
|
||||
boot.enableContainers = false;
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -32,7 +34,6 @@
|
|||
];
|
||||
|
||||
users.mutableUsers = false;
|
||||
boot.initrd.systemd.enable = true;
|
||||
environment.stub-ld.enable = false;
|
||||
|
||||
programs.command-not-found.enable = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue