diff options
| author | makefu <github@syntax-fehler.de> | 2025-08-09 19:02:33 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2025-08-09 19:02:33 +0200 |
| commit | 7335fc02c42abdf157f703634f9455d654e19178 (patch) | |
| tree | 81d33f59bba8f2fa001e8a99bc12e4bcfa56cca0 | |
| parent | 84a0574b4ec81d84c532db593315f3d90a03cf21 (diff) | |
puyak: disable worker
| -rw-r--r-- | krebs/1systems/puyak/config.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 542106d5f..0c361cc42 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -11,7 +11,7 @@ # brain hosts/puyak/root ../../2configs/hw/getty-for-esp.nix - ../../2configs/buildbot/worker.nix + # ../../2configs/buildbot/worker.nix ## initrd unlocking # (brain hosts/puyak/luks-ssd;echo) | ssh root@$(brain krebs-secrets/puyak/initrd/hostname) 'cat /crypt-ramfs/passphrase' @@ -67,7 +67,7 @@ } # create samba share for anonymous usage with the laser and 3d printer pc - ../../2configs/shack/share.nix + # ../../2configs/shack/share.nix # mobile.lounge.mpd.shack ../../2configs/shack/mobile.mpd.nix @@ -159,7 +159,6 @@ services.logind.lidSwitchExternalPower = "ignore"; - environment.systemPackages = [ pkgs.zsh ]; system.activationScripts."disengage fancontrol" = '' |
