aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/vps/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/vps/configuration.nix b/hosts/vps/configuration.nix
index ca4802e..84cf795 100644
--- a/hosts/vps/configuration.nix
+++ b/hosts/vps/configuration.nix
@@ -15,6 +15,8 @@
wheelNeedsPassword = false;
};
+ users.users.root.hashedPassword = "!";
+ users.mutableUsers = false;
users.users.administrator = {
isNormalUser = true;
hashedPassword = "$6$KBblJguEyfEmuWnU$Xf0QqPVacA2qvnzZRpnSE2cmh0kNnMgtVhCrMEDI76buNzuzkuDY6EnO7jPjQlEnoczx6ZPAl2pK.SxezbVa..";
@@ -30,6 +32,7 @@
gnutar
gzip
neovim
+ htop
];
services.openssh = {