moved the previous commit files into envfiles
This commit is contained in:
@@ -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 = [ "/" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user