[NixOS] Finish moving biskcomp to external SSD

This commit is contained in:
2023-08-02 01:20:33 +00:00
parent 8d33775f25
commit dc27851d0e
2 changed files with 5 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
networking.firewall.allowedTCPPorts = [ 3389 ];
fileSystems."/" = {
device = "/dev/disk/by-label/NIXOS";
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
@@ -31,6 +31,5 @@
};
networking.hostName = "biskcomp";
system.stateVersion = "23.10";
system.stateVersion = "23.11";
}