From 14e8696430b16a09fc8a53bd74b86d3fec1daf07 Mon Sep 17 00:00:00 2001 From: Xory Date: Sat, 1 Nov 2025 21:56:07 +0200 Subject: [PATCH] nullstar fixes --- hosts/nullstar/configuration.nix | 1 + hosts/nullstar/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nullstar/configuration.nix b/hosts/nullstar/configuration.nix index 96e7b55..523bfda 100644 --- a/hosts/nullstar/configuration.nix +++ b/hosts/nullstar/configuration.nix @@ -24,6 +24,7 @@ "/var/log" "/var/lib/bluetooth" "/var/lib/nixos" + "/var/lib/NetworkManager" ]; files = [ "/etc/machine-id" diff --git a/hosts/nullstar/hardware-configuration.nix b/hosts/nullstar/hardware-configuration.nix index 27966d8..8b8427c 100644 --- a/hosts/nullstar/hardware-configuration.nix +++ b/hosts/nullstar/hardware-configuration.nix @@ -32,7 +32,7 @@ options = [ "size=3G" "mode=755" ]; }; - fileSystems."/home/" = { + fileSystems."/home" = { device = "/dev/disk/by-uuid/64fd3fe5-cef2-4526-b38a-cdc1de944dc3"; fsType = "ext4"; neededForBoot = true;