diff --git a/common.nix b/common.nix index 1cf1c91..592138d 100644 --- a/common.nix +++ b/common.nix @@ -15,6 +15,8 @@ networkmanager.enable = true; }; + boot.initrd.systemd.enableTpm2 = false; + users.mutableUsers = false; services.nix-serve = {