Merge branch 'main' of github.com:fwastring/nix

This commit is contained in:
fwastring 2025-09-11 10:45:56 +02:00
commit b33636b24d
24 changed files with 657 additions and 372 deletions

View file

@ -23,8 +23,6 @@
];
environment.systemPackages = with pkgs; [
unstable.lego
k9s
neovim
git
];
@ -76,9 +74,6 @@ users.users.root.openssh.authorizedKeys.keys = [
};
};
# services.tailscale.enable = true;
# services.tailscale.package = pkgs.unstable.tailscale;
networking.hostName = myhostname;
system.stateVersion = "25.05";