mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-25 08:21:59 +03:00
docker: isContainer is defined in docker-image
with same priority
This commit is contained in:
parent
c38cf4bfda
commit
107bd67032
@ -7,7 +7,6 @@
|
|||||||
"${toString modulesPath}/virtualisation/docker-image.nix"
|
"${toString modulesPath}/virtualisation/docker-image.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.isContainer = true;
|
|
||||||
boot.loader.grub.enable = lib.mkForce false;
|
boot.loader.grub.enable = lib.mkForce false;
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
services.journald.console = "/dev/console";
|
services.journald.console = "/dev/console";
|
||||||
|
Loading…
Reference in New Issue
Block a user