nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 57f1234de5d5df83a145d9129ea6b7e36c1a5041
parent ce4f78b80f86b695b85bfa06029acded72ed5a57
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Oct 2023 19:02:09 +0200

Retry

Diffstat:
Mnixos/worker-2/configuration.nix | 2--
Mnixos/worker-2/hardware-configuration.nix | 16++++++++--------
2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -26,10 +26,8 @@ ./boot.nix ../common/lib/shell.nix - #../common/lib/confd.nix ../common/lib/fail2ban.nix ../common/lib/podman.nix - #./kubernetes.nix ]; diff --git a/nixos/worker-2/hardware-configuration.nix b/nixos/worker-2/hardware-configuration.nix @@ -15,30 +15,30 @@ fileSystems."/" = { - device = "/dev/disk/by-uuid/aed1cf09-9712-472a-873f-d404950d5114"; + device = "/dev/disk/by-uuid/3267cf0b-449b-493b-9c8c-5803ec6ef158"; fsType = "btrfs"; options = [ "subvol=root" "compress=zstd" "noatime" ]; }; - boot.initrd.luks.devices."enc".device = "/dev/disk/by-uuid/faf8fac4-1ba4-4829-ad5f-5443297962e0"; + boot.initrd.luks.devices."enc".device = "/dev/disk/by-uuid/bd88a6e2-e470-4b87-95a9-78be4a02a6ed"; fileSystems."/home" = { - device = "/dev/disk/by-uuid/aed1cf09-9712-472a-873f-d404950d5114"; + device = "/dev/disk/by-uuid/3267cf0b-449b-493b-9c8c-5803ec6ef158"; fsType = "btrfs"; options = [ "subvol=home" "compress=zstd" "noatime" ]; }; fileSystems."/nix" = { - device = "/dev/disk/by-uuid/aed1cf09-9712-472a-873f-d404950d5114"; + device = "/dev/disk/by-uuid/3267cf0b-449b-493b-9c8c-5803ec6ef158"; fsType = "btrfs"; options = [ "subvol=nix" "compress=zstd" "noatime" ]; }; fileSystems."/persist" = { - device = "/dev/disk/by-uuid/aed1cf09-9712-472a-873f-d404950d5114"; + device = "/dev/disk/by-uuid/3267cf0b-449b-493b-9c8c-5803ec6ef158"; fsType = "btrfs"; options = [ "subvol=persist" "compress=zstd" "noatime" ]; neededForBoot = true; @@ -46,7 +46,7 @@ fileSystems."/var/log" = { - device = "/dev/disk/by-uuid/aed1cf09-9712-472a-873f-d404950d5114"; + device = "/dev/disk/by-uuid/3267cf0b-449b-493b-9c8c-5803ec6ef158"; fsType = "btrfs"; options = [ "subvol=log" "compress=zstd" "noatime" ]; neededForBoot = true; @@ -54,12 +54,12 @@ fileSystems."/boot" = { - device = "/dev/disk/by-uuid/7A1A-5727"; + device = "/dev/disk/by-uuid/73A5-870C"; fsType = "vfat"; }; swapDevices = - [{ device = "/dev/disk/by-uuid/02378ab7-c25b-4e64-8d36-213fa5be1615"; }]; + [{ device = "/dev/disk/by-uuid/fb4a046f-2f7b-42c9-9af7-694cf44e8bff"; }]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's