move config directories into repo

This commit is contained in:
2024-03-15 11:06:26 +00:00
parent eb71181096
commit 349bdde402
178 changed files with 11479 additions and 9 deletions
+7 -1
View File
@@ -96,6 +96,12 @@
alacritty
];
zramSwap = {
enable = true;
algorithm = "zstd";
};
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
@@ -107,7 +113,7 @@
# List services that you want to enable:
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];