mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
vm: tmp disable some stuff
This commit is contained in:
parent
b6d25c0fbb
commit
49ecc28a50
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue