diff --git a/Readme.md b/Readme.md index efee965..e68a363 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# Voronind NixOS configuration. +# Dmitry 🌊 NixOS configuration. ## Screenshots. diff --git a/user/common/default.nix b/user/common/default.nix index 0932cda..ab2a090 100644 --- a/user/common/default.nix +++ b/user/common/default.nix @@ -25,11 +25,8 @@ in { options = { user.common.users = mkOption { - default = [{ - name = "root"; - homeDir = "/root"; - }]; - type = types.listOf types.attrs; + default = []; + type = types.listOf types.attrs; }; };