This commit is contained in:
2025-08-06 22:03:01 +02:00
parent 9ac8172726
commit 1079071b97
14 changed files with 37 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
{
agenix,
config,
pkgs,
lib,
pkgs,
user,
...
}: {
@@ -60,10 +60,14 @@
agenix.packages."${pkgs.system}".default
];
programs.fish.enable = true;
system = {
primaryUser = user;
stateVersion = 5;
};
programs.fish.enable = true;
services.tailscale = {
enable = true;
};
}