NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(hosts/stellapent-cier): fix incorrect UUID mounts (part UUIDs were used so oops)

Signed-off-by: ajhalili2006 <ajhalili2006@gmail.com>

+2 -2
+2 -2
hosts/stellapent-cier/hardware-configuration.nix
··· 14 14 boot.extraModulePackages = [ ]; 15 15 16 16 fileSystems."/" = 17 - { device = "/dev/disk/by-uuid/8e01edcc-4c43-4a97-9ce3-039aa0a200c2"; 17 + { device = "/dev/disk/by-uuid/3991c709-e64d-4166-9369-c3cbe39beaae"; 18 18 fsType = "ext4"; 19 19 }; 20 20 ··· 35 35 }; 36 36 37 37 fileSystems."/opt/alpine" = 38 - { device = "/dev/disk/by-uuid/0aa7134d-2dc1-41aa-9a2f-bdde0eeb93a1"; 38 + { device = "/dev/disk/by-uuid/dd5dca48-a22e-4c93-807d-4c3590fa45d0"; 39 39 fsType = "ext4"; 40 40 }; 41 41