update: change mkHost field name

This commit is contained in:
2026-02-28 22:23:37 +09:00
parent 18cba8e35f
commit 61fb43ab75
5 changed files with 11 additions and 16 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ mkHost {
users = [
{
username = "hare";
homeModule = [ ./hare/home-manager.nix ];
userNixos = ./hare/nixos.nix;
home = ./hare/home-manager.nix;
nixos = ./hare/nixos.nix;
}
];
systemModules = [ ./nixos.nix ];