diff options
| author | seth <[email protected]> | 2023-01-27 12:42:11 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-27 12:46:31 -0500 |
| commit | 59c1c77eabb8a299eacde600ff0992789f4c25bc (patch) | |
| tree | 1987d8a8f6fa249fd48b91190ad584fc127966a1 /hosts/common | |
| parent | 6b17d8ba34da944b3e22199e91cf4206891132d1 (diff) | |
merge files from new install
Diffstat (limited to 'hosts/common')
| -rw-r--r-- | hosts/common/users.nix | 2 |
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***"; }; }; }; |
