Fix up Kurin

This commit is contained in:
2026-04-02 02:44:48 +02:00
parent 4a65813176
commit a2d5ca2963
9 changed files with 34 additions and 17 deletions

View File

@@ -6,7 +6,11 @@
./zerotier.nix
];
home-manager.sharedModules = [
./home
];
system.nixos.variantName = lib.mkDefault "Server";
system.nixos.variant_id = lib.mkDefault "server";
services.openssh.enable = true;
}
}

View File

@@ -0,0 +1,5 @@
{
programs = {
zellij.enable = true;
};
}

View File

@@ -2,5 +2,6 @@
{
environment.systemPackages = with pkgs; [
sops
zellij
];
}
}