Compare commits
No commits in common. "379795f6e828ac93d9e288d6f482302ac559338a" and "dd785692ce821256f52985678dd8807fa925921a" have entirely different histories.
379795f6e8
...
dd785692ce
@ -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 = {
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user