diff options
Diffstat (limited to 'users/root')
| -rw-r--r-- | users/root/default.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/users/root/default.nix b/users/root/default.nix deleted file mode 100644 index a77e461..0000000 --- a/users/root/default.nix +++ /dev/null @@ -1,8 +0,0 @@ -{config, ...}: { - users.users.root = { - home = "/root"; - uid = config.ids.uids.root; - group = "root"; - passwordFile = config.age.secrets.rootPassword.path; - }; -} |
