fix: decrease rascal closure size by installing almost nothing
All checks were successful
/ build-host (map[host:beefcake]) (push) Successful in 36s
/ build-host (map[host:dragon]) (push) Successful in 48s
/ build-host (map[host:flipflop]) (push) Successful in 37s
/ build-host (map[host:foxtrot]) (push) Successful in 42s
/ build-host (map[host:rascal]) (push) Successful in 27s
/ build-host (map[host:router]) (push) Successful in 28s
/ build-devshell (push) Successful in 18s
/ flake-check (push) Successful in 4m9s
All checks were successful
/ build-host (map[host:beefcake]) (push) Successful in 36s
/ build-host (map[host:dragon]) (push) Successful in 48s
/ build-host (map[host:flipflop]) (push) Successful in 37s
/ build-host (map[host:foxtrot]) (push) Successful in 42s
/ build-host (map[host:rascal]) (push) Successful in 27s
/ build-host (map[host:router]) (push) Successful in 28s
/ build-devshell (push) Successful in 18s
/ flake-check (push) Successful in 4m9s
This commit is contained in:
parent
fcd15bd0b1
commit
a21f032d3e
1 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,8 @@
|
|||
'';
|
||||
|
||||
networking = {
|
||||
wifi.enable = true;
|
||||
useDHCP = true;
|
||||
wifi.enable = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
|
@ -71,6 +72,6 @@
|
|||
services.tailscale.useRoutingFeatures = "server";
|
||||
|
||||
home-manager.users.daniel = {
|
||||
lyte.shell.enable = true;
|
||||
lyte.shell.enable = false; # makes everything take too much disk =(
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue