Compare commits

..

No commits in common. "379795f6e828ac93d9e288d6f482302ac559338a" and "dd785692ce821256f52985678dd8807fa925921a" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

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