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.
|
## Screenshots.
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue