moved the previous commit files into envfiles

This commit is contained in:
2024-06-22 19:33:56 -06:00
parent 81e74871a1
commit 0cea6b3495
14 changed files with 91 additions and 73 deletions

View File

@@ -17,7 +17,13 @@
ffmpeg4discord.enable = true;
};
};
networking.hostName = "server";
networking = {
hostName = "server";
firewall = {
allowedTCPPorts = [ 2049 ];
allowedUDPPorts = [ 2049 ];
};
};
nix = let
featuresList = [
"nixos-test"
@@ -50,7 +56,7 @@
[ (builtins.readFile ../../secrets/ssh/ed25519_nixworkstation.pub) ];
};
};
services.btrfs = {
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/" ];
};