User : Remove root from the common setup.

This commit is contained in:
Dmitry Voronin 2024-06-29 12:26:17 +03:00
parent 74c142d8f7
commit 127a2a6e33
No known key found for this signature in database
2 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# Voronind NixOS configuration. # Dmitry 🌊 NixOS configuration.
## Screenshots. ## Screenshots.

View file

@ -25,10 +25,7 @@
in { in {
options = { options = {
user.common.users = mkOption { user.common.users = mkOption {
default = [{ default = [];
name = "root";
homeDir = "/root";
}];
type = types.listOf types.attrs; type = types.listOf types.attrs;
}; };
}; };