This commit is contained in:
Morten Olsen
2023-11-14 20:32:30 +01:00
parent fbc50c98d2
commit 14ae82222c
9 changed files with 30 additions and 14 deletions

View File

@@ -7,6 +7,9 @@
./network.nix
./security.nix
];
environment.systemPackages = [
pkgs.nfs-utils
];
services = {
fwupd.enable = true;

View File

@@ -24,4 +24,6 @@
pkgs.gnupg
pkgs.pinentry-gnome
];
networking.firewall.checkReversePath = false;
}