vm: tmp disable some stuff

This commit is contained in:
Rouven Seifert 2024-05-13 14:08:45 +02:00
parent b6d25c0fbb
commit 49ecc28a50
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
}; };
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; # services.openssh.enable = true;
users.mutableUsers = false; users.mutableUsers = false;
users.users.root = { users.users.root = {

View file

@ -3,7 +3,7 @@
programs.nix-index-database.comma.enable = true; programs.nix-index-database.comma.enable = true;
imports = [ imports = [
./activation.nix ./activation.nix
./gpg.nix # ./gpg.nix
./vim.nix ./vim.nix
./nix.nix ./nix.nix
./systemd.nix ./systemd.nix