Merge branch 'main' of github.com:fwastring/nix
This commit is contained in:
commit
b33636b24d
24 changed files with 657 additions and 372 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue