mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
wireguard and fail2ban
This commit is contained in:
parent
78a47101ac
commit
5148ff5953
15 changed files with 132 additions and 67 deletions
|
@ -38,12 +38,12 @@
|
|||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"ssh://nuc.lan"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"nuc.lan:a9UkVw3AizAKCER1CfNGhx8UOMF4t4UGE3GJ9dmHwJc="
|
||||
];
|
||||
# substituters = [
|
||||
# "ssh://nuc.lan"
|
||||
# ];
|
||||
# trusted-public-keys = [
|
||||
# "nuc.lan:a9UkVw3AizAKCER1CfNGhx8UOMF4t4UGE3GJ9dmHwJc="
|
||||
# ];
|
||||
};
|
||||
# distributedBuilds = true;
|
||||
# extraOptions = ''
|
||||
|
@ -231,7 +231,6 @@
|
|||
|
||||
deploy-rs
|
||||
man-pages
|
||||
man-pages-posix
|
||||
];
|
||||
programs.java.enable = true;
|
||||
documentation.dev.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue