nh: move to odyssey specific

This commit is contained in:
Jordan Holt 2025-04-28 21:10:10 +01:00
parent 2b11c3f256
commit bf069d05ce
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,6 @@ in
./common/ssh.nix
] ++ optional (builtins.pathExists hostFile) hostFile;
programs.nh.enable = true;
home = {
username = name;
};

View File

@ -6,4 +6,6 @@
imports = [
./common/optional/graphical
];
programs.nh.enable = true;
}