push
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
fish
|
||||
|
||||
fetch
|
||||
|
||||
opencode
|
||||
];
|
||||
|
||||
nixos = { ... }: {
|
||||
|
||||
Reference in New Issue
Block a user