nh: move to odyssey specific
This commit is contained in:
parent
2b11c3f256
commit
bf069d05ce
@ -44,8 +44,6 @@ in
|
|||||||
./common/ssh.nix
|
./common/ssh.nix
|
||||||
] ++ optional (builtins.pathExists hostFile) hostFile;
|
] ++ optional (builtins.pathExists hostFile) hostFile;
|
||||||
|
|
||||||
programs.nh.enable = true;
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = name;
|
username = name;
|
||||||
};
|
};
|
||||||
|
@ -6,4 +6,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./common/optional/graphical
|
./common/optional/graphical
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.nh.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user