Fix missing ;
This commit is contained in:
parent
a924e6c9c9
commit
b750876c60
@ -92,7 +92,7 @@ in
|
|||||||
# root config
|
# root config
|
||||||
users.users.root = {
|
users.users.root = {
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
}
|
};
|
||||||
|
|
||||||
# User config
|
# User config
|
||||||
users.users.${user} = {
|
users.users.${user} = {
|
||||||
|
Loading…
Reference in New Issue
Block a user