[NixOS] Finish moving biskcomp to external SSD

This commit is contained in:
Ivan Malison 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";
}

View File

@ -1,10 +1,10 @@
{ config, pkgs, inputs, ... }:
{
imports = [
inputs.nixos-hardware.nixosModules.raspberry-pi-4
];
# https://github.com/NixOS/nixos-hardware/issues/631
# imports = [
# inputs.nixos-hardware.nixosModules.raspberry-pi-4
# ];
# hardware.raspberry-pi."4".fkms-3d.enable = true;
# hardware.raspberry-pi."4".audio.enable = true;