This commit is contained in:
parent
ad41d6c2e2
commit
a31f02defb
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
../../common/services/fwupd.nix
|
||||
../../common/modules/ssh-luks.nix
|
||||
./builder.nix
|
||||
./podman.nix
|
||||
./docker.nix
|
||||
./wireguard.nix
|
||||
./cron.nix
|
||||
];
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
boot.kernel.sysctl = {
|
||||
"fs.inotify.max_user_watches" = 10485760;
|
||||
"fs.inotify.max_user_instances" = 1024;
|
||||
"net.ipv4.ip_unprivileged_port_start" = 80;
|
||||
};
|
||||
|
||||
virtualisation.podman = {
|
||||
|
@ -22,4 +23,4 @@
|
|||
podman-tui
|
||||
inputs.compose2nix.packages.x86_64-linux.default
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue