mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: merge branch 'master' of ssh://ssh.github.com:443/ahwxorg/nixos-config
This commit is contained in:
commit
53c085fa03
14 changed files with 130 additions and 215 deletions
|
|
@ -35,20 +35,20 @@
|
|||
allowedUDPPorts = [
|
||||
5201
|
||||
];
|
||||
interfaces."ens4s1".allowedTCPPorts = [
|
||||
# allow everything for local link
|
||||
{
|
||||
from = 1;
|
||||
to = 65354;
|
||||
}
|
||||
];
|
||||
interfaces."ens4s1".allowedUDPPorts = [
|
||||
# allow everything for local link
|
||||
{
|
||||
from = 1;
|
||||
to = 65354;
|
||||
}
|
||||
];
|
||||
#interfaces."ens4s1".allowedTCPPorts = [
|
||||
# # allow everything for local link
|
||||
# {
|
||||
# from = 0;
|
||||
# to = 60000;
|
||||
# }
|
||||
#];
|
||||
#interfaces."ens4s1".allowedUDPPorts = [
|
||||
# # allow everything for local link
|
||||
# {
|
||||
# from = 0;
|
||||
# to = 65536;
|
||||
# }
|
||||
#];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -82,6 +82,7 @@
|
|||
|
||||
services.zfs = {
|
||||
autoScrub.enable = true;
|
||||
autoScrub.interval = "weekly";
|
||||
trim.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue