Update imports
This commit is contained in:
parent
25fed05d9f
commit
922699d16a
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
homeDirectory = "/home/albert";
|
||||
configuration = {
|
||||
imports = [
|
||||
./users/albert/home.nix;
|
||||
./users/albert/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -46,7 +46,7 @@
|
|||
homeDirectory = "/root";
|
||||
configuration = {
|
||||
imports = [
|
||||
./users/root/home.nix;
|
||||
./users/root/home.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue