diff options
-rw-r--r-- | krebs/1systems/puyak/config.nix | 1 | ||||
-rw-r--r-- | makefu/1systems/darth/config.nix | 2 | ||||
-rw-r--r-- | makefu/1systems/tsp/config.nix | 3 | ||||
-rw-r--r-- | makefu/6tests/data/secrets/kibana-auth.nix | 4 |
4 files changed, 8 insertions, 2 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix index 8454ba23f..a1df11901 100644 --- a/krebs/1systems/puyak/config.nix +++ b/krebs/1systems/puyak/config.nix @@ -12,6 +12,7 @@ ]; krebs.build.host = config.krebs.hosts.puyak; + sound.enable = false; boot = { loader.systemd-boot.enable = true; diff --git a/makefu/1systems/darth/config.nix b/makefu/1systems/darth/config.nix index c8d17ca70..e0f90b8dd 100644 --- a/makefu/1systems/darth/config.nix +++ b/makefu/1systems/darth/config.nix @@ -18,7 +18,7 @@ in { <stockholm/makefu/2configs/virtualization.nix> <stockholm/makefu/2configs/tinc/retiolum.nix> - <stockholm/makefu/2configs/temp-share-samba.nix> + <stockholm/makefu/2configs/share/temp-share-samba.nix> ]; services.samba.shares = { isos = { diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix index 7169638d4..75a11d3a7 100644 --- a/makefu/1systems/tsp/config.nix +++ b/makefu/1systems/tsp/config.nix @@ -10,7 +10,8 @@ <stockholm/makefu/2configs/gui/base.nix> <stockholm/makefu/2configs/fs/sda-crypto-root.nix> # hardware specifics are in here - <stockholm/makefu/2configs/hw/tp-x200.nix #< imports tp-x2x0.nix> + # imports tp-x2x0.nix + <stockholm/makefu/2configs/hw/tp-x200.nix> <stockholm/makefu/2configs/disable_v6.nix> <stockholm/makefu/2configs/rad1o.nix> diff --git a/makefu/6tests/data/secrets/kibana-auth.nix b/makefu/6tests/data/secrets/kibana-auth.nix new file mode 100644 index 000000000..80e8f44c1 --- /dev/null +++ b/makefu/6tests/data/secrets/kibana-auth.nix @@ -0,0 +1,4 @@ +{ + "dick" = "butt"; +} + |