Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Alexander
379795f6e8
Disable tmpfs on neelix so it can compile the kernel. 2025-01-31 22:46:36 -05:00
Tom Alexander
edd3c6a266
Add doas-sudo-shim to support remote builds. 2025-01-31 21:29:05 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -153,6 +153,7 @@
nix-tree
libarchive # bsdtar
lsof
doas-sudo-shim # To support --use-remote-sudo for remote builds
];
services.openssh = {

View File

@ -21,7 +21,7 @@
boot.initrd.kernelModules = [ "i915" ];
# Mount tmpfs at /tmp
boot.tmp.useTmpfs = true;
# boot.tmp.useTmpfs = true;
me.bluetooth.enable = true;
me.emacs_flavor = "plainmacs";