tidy
This commit is contained in:
parent
3c5f9258b8
commit
4fbed4b3c8
2 changed files with 7 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
imports = [
|
||||
# where are we ?
|
||||
./wollomi.nix
|
||||
# ./wollomi.nix
|
||||
# ./adrift.nix
|
||||
|
||||
# home manager should exist for users
|
||||
|
@ -86,6 +86,8 @@
|
|||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# rust
|
||||
nixpkgs.overlays = [
|
||||
(import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")
|
||||
|
@ -99,6 +101,8 @@
|
|||
"rustfmt"
|
||||
])
|
||||
|
||||
tailscale
|
||||
|
||||
cachix
|
||||
|
||||
helix
|
||||
|
@ -116,7 +120,8 @@
|
|||
|
||||
|
||||
networking.firewall = {
|
||||
allowedUDPPorts = [ 51820 ];
|
||||
allowedUDPPorts = [ 41641 ];
|
||||
checkReversePath = "loose";
|
||||
};
|
||||
|
||||
system.stateVersion = "22.05"; # Did you read the comment?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue