User : Remove root from the common setup.
This commit is contained in:
parent
74c142d8f7
commit
127a2a6e33
|
@ -1,4 +1,4 @@
|
|||
# Voronind NixOS configuration.
|
||||
# Dmitry 🌊 NixOS configuration.
|
||||
|
||||
## Screenshots.
|
||||
|
||||
|
|
|
@ -25,10 +25,7 @@
|
|||
in {
|
||||
options = {
|
||||
user.common.users = mkOption {
|
||||
default = [{
|
||||
name = "root";
|
||||
homeDir = "/root";
|
||||
}];
|
||||
default = [];
|
||||
type = types.listOf types.attrs;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue