From c11a61d91a4dbf680d17d9ec1796e8fe9acd1aa7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 9 May 2024 19:26:10 +0100 Subject: [PATCH] Update Northstar hardware config for fresh install --- flake.nix | 2 +- hosts/Northstar/hardware-configuration.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 950a28eb..6ac800a5 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINI1dWlS16Keil0MGPWmMsBzx8F9ylfz+fRwxUr8/tZ/ ion" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC4M1zV3yLMMI1tYwdY9QDXJDlOBugm7UXKC+Xk89yHq pixelifytica@Vanguard" - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN3fRij9Tm6davrSQOPYEZP7CdZdZ0D9ogWXWjpTs40e pixelifytica@Northstar" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICPypUUGVAdpl0SHrUDVw0RureuFNsljrXQvrf0uc055 pixelifytica@Northstar" ]; in { root.openssh = {inherit authorizedKeys;}; diff --git a/hosts/Northstar/hardware-configuration.nix b/hosts/Northstar/hardware-configuration.nix index 2b9c8769..1c73cd98 100644 --- a/hosts/Northstar/hardware-configuration.nix +++ b/hosts/Northstar/hardware-configuration.nix @@ -14,20 +14,20 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/3903903d-7053-4dd1-936f-731dcbb543a9"; + { device = "/dev/disk/by-uuid/84b28760-3643-4ad8-9ff6-ff78b57067f8"; fsType = "ext4"; }; - boot.initrd.luks.devices."luks-b25f58be-382c-4353-bd98-6416ee079ef5".device = "/dev/disk/by-uuid/b25f58be-382c-4353-bd98-6416ee079ef5"; + boot.initrd.luks.devices."luks-d1062931-ee58-4848-adf9-09452daeb6eb".device = "/dev/disk/by-uuid/d1062931-ee58-4848-adf9-09452daeb6eb"; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/1C8E-067E"; + { device = "/dev/disk/by-uuid/ABE3-88E7"; fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; swapDevices = - [ { device = "/dev/disk/by-uuid/c47fbb32-5c98-4e81-b72c-190a17f411a2"; } + [ { device = "/dev/disk/by-uuid/ba43345c-a652-497f-84d0-86064805446b"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking