summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-03 11:46:56 +0200
committerlassulus <git@lassul.us>2023-09-03 11:46:56 +0200
commit1fa53c704e22534219ef85e804eef1feb4643131 (patch)
tree67f7e26bdb119466f39f6ab1252b6b60b0a93560 /lass
parentf3f5adc4b67c3fff7af571df8a6e395896c93fea (diff)
l styx.r: disable syncthing, add consul
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/styx/config.nix2
-rw-r--r--lass/1systems/styx/physical.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/lass/1systems/styx/config.nix b/lass/1systems/styx/config.nix
index 6c054abf..988cbca7 100644
--- a/lass/1systems/styx/config.nix
+++ b/lass/1systems/styx/config.nix
@@ -22,11 +22,11 @@ with import <stockholm/lib>;
<stockholm/lass/2configs/fetchWallpaper.nix>
<stockholm/lass/2configs/home-media.nix>
<stockholm/lass/2configs/syncthing.nix>
- <stockholm/lass/2configs/sync/sync.nix>
# <stockholm/lass/2configs/idc.nix>
<stockholm/lass/2configs/ppp/umts-stick.nix>
<stockholm/lass/2configs/snapserver.nix>
<stockholm/lass/2configs/snapclient.nix>
+ <stockholm/lass/2configs/consul.nix>
];
krebs.build.host = config.krebs.hosts.styx;
diff --git a/lass/1systems/styx/physical.nix b/lass/1systems/styx/physical.nix
index ae0cdf48..284bbb33 100644
--- a/lass/1systems/styx/physical.nix
+++ b/lass/1systems/styx/physical.nix
@@ -16,7 +16,6 @@
boot.loader.grub.device = "/dev/disk/by-id/ata-SanDisk_SSD_G5_BICS4_20248F446514";
boot.loader.grub.efiInstallAsRemovable = true;
-
fileSystems."/" =
{ device = "/dev/disk/by-uuid/ee5c9099-17fa-401e-852e-67cb4ae068f4";
fsType = "ext4";