forked from colonelpanic/dotfiles
[NixOS] Finish moving biskcomp to external SSD
This commit is contained in:
parent
8d33775f25
commit
dc27851d0e
@ -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";
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user