Merge pull request 'vms: enable sysusers' (#841) from Mic92-target_host into main

This commit is contained in:
clan-bot
2024-02-13 13:20:02 +00:00

View File

@@ -32,6 +32,12 @@ let
boot.initrd.systemd.storePaths = [ pkgs.util-linux pkgs.e2fsprogs ]; boot.initrd.systemd.storePaths = [ pkgs.util-linux pkgs.e2fsprogs ];
boot.initrd.systemd.emergencyAccess = true; boot.initrd.systemd.emergencyAccess = true;
# sysusers is faster than nixos's perl scripts
# and doesn't require state.
systemd.sysusers.enable = true;
users.mutableUsers = false;
users.allowNoPasswordLogin = true;
boot.initrd.kernelModules = [ "virtiofs" ]; boot.initrd.kernelModules = [ "virtiofs" ];
virtualisation.writableStore = false; virtualisation.writableStore = false;
virtualisation.fileSystems = lib.mkForce ({ virtualisation.fileSystems = lib.mkForce ({