Skip to content

Commit 5cfc32b

Browse files
committed
Retiring Golem after 6 years, legend
1 parent b6265e1 commit 5cfc32b

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

home/theme.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"file:///home/${userConfig.username}/Videos Videos"
3333
"file:///home/${userConfig.username}/repos repos"
3434
"file:///home/${userConfig.username}/Games Games"
35-
"file:///mnt/storage storage"
3635
"file:///mnt/data data"
3736
];
3837
};

hosts/ninja/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
bluetooth.enable = true;
6464
codecs.enable = true;
6565
virtualization.enable = true;
66-
nfs.enable = true;
66+
nfs.enable = false;
6767
maintenance.enable = true;
6868
performance.enable = true;
6969
sops.enable = true;

hosts/ninja/hardware.nix

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,6 @@
2121
kernelParams = ["pcie_port_pm=off"];
2222
};
2323

24-
# NFS mount — not managed by disko, always present
25-
fileSystems."/mnt/storage" = {
26-
device = "192.168.0.173:/storage";
27-
fsType = "nfs4";
28-
options = [
29-
"x-systemd.automount"
30-
"noauto"
31-
"x-systemd.idle-timeout=900"
32-
"x-systemd.mount-timeout=5s"
33-
# x-systemd.device-timeout is for block devices; systemd-fstab-generator
34-
# warns on NFS sources because they're not /dev/* paths.
35-
"nconnect=4"
36-
"rsize=1048576"
37-
"wsize=1048576"
38-
"actimeo=60"
39-
"noatime"
40-
"nodiratime"
41-
"hard"
42-
"timeo=14"
43-
];
44-
};
45-
4624
# disko does not set neededForBoot for root — without this the initrd
4725
# has no /etc/fstab entry, so systemd never mounts /sysroot after LUKS.
4826
fileSystems."/".neededForBoot = true;

0 commit comments

Comments
 (0)