This commit is contained in:
4DBug
2026-08-25 01:30:59 -05:00
parent 26facea264
commit ee374b1f17
9 changed files with 70 additions and 33 deletions
+5
View File
@@ -38,6 +38,11 @@
hashedPasswordFile = "/home/bug/users/levi.passwd";
};
boot.kernel.sysctl = {
"net.ipv4.ip_forward" = 1;
"net.ipv6.conf.all.forwarding" = 1;
};
fileSystems."/home" = {
device = "/dev/disk/by-uuid/30f357aa-fc86-4bcd-bed7-c91fc8afbdbc";
fsType = "ext4";