summaryrefslogtreecommitdiff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/users.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/users.nix b/hosts/common/users.nix
index e2e845e..406a91f 100644
--- a/hosts/common/users.nix
+++ b/hosts/common/users.nix
@@ -13,7 +13,7 @@
home = "/root";
uid = config.ids.uids.root;
group = "root";
- initialHashedPassword = lib.mkDefault "!";
+ initialHashedPassword = "***REMOVED***";
};
};
};