Adding zeroteir to jeeves jr (#26)
* added test.* to .gitignore * adding zerotier to jeeves-jr * added comments to .gitignore
This commit is contained in:
parent
9c58bc47c4
commit
4abf1a806e
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,9 +1,15 @@
|
||||
# direnv
|
||||
.direnv
|
||||
.envrc
|
||||
|
||||
# build outputs
|
||||
.*.swp
|
||||
*.retry
|
||||
result
|
||||
result-*
|
||||
|
||||
# If you run nix develop it will generate pre-commit hooks using the python library precommit (see https://github.com/RAD-Development/nix-dotfiles/blob/main/flake.nix#L65)
|
||||
/.pre-commit-config.yaml
|
||||
|
||||
# allows test file in reopsitory
|
||||
test.*
|
||||
|
@ -41,11 +41,18 @@
|
||||
nfs.server.enable = true;
|
||||
|
||||
openssh.ports = [ 352 ];
|
||||
|
||||
smartd.enable = true;
|
||||
|
||||
zfs = {
|
||||
trim.enable = true;
|
||||
autoScrub.enable = true;
|
||||
};
|
||||
|
||||
zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [ "e4da7455b2ae64ca" ];
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.enable = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user