forked from colonelpanic/dotfiles
[NixOS] Update biskcomp
This commit is contained in:
parent
9a8db2b0fb
commit
8d33775f25
@ -3,7 +3,7 @@
|
|||||||
../internet-computer.nix
|
../internet-computer.nix
|
||||||
../raspberry-pi.nix
|
../raspberry-pi.nix
|
||||||
../base.nix
|
../base.nix
|
||||||
../desktop.nix
|
# ../desktop.nix
|
||||||
# ../xmonad.nix
|
# ../xmonad.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -11,6 +11,11 @@
|
|||||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||||
networking.firewall.allowedTCPPorts = [ 3389 ];
|
networking.firewall.allowedTCPPorts = [ 3389 ];
|
||||||
|
|
||||||
|
fileSystems."/" = {
|
||||||
|
device = "/dev/disk/by-label/NIXOS";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
|
||||||
services.home-assistant = {
|
services.home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
@ -27,5 +32,5 @@
|
|||||||
|
|
||||||
networking.hostName = "biskcomp";
|
networking.hostName = "biskcomp";
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "23.10";
|
||||||
}
|
}
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
generic-extlinux-compatible.enable = true;
|
generic-extlinux-compatible.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.kernelParams = [ ];
|
boot.kernelParams = [ ];
|
||||||
|
|
||||||
@ -33,12 +34,6 @@
|
|||||||
|
|
||||||
powerManagement.cpuFreqGovernor = "ondemand";
|
powerManagement.cpuFreqGovernor = "ondemand";
|
||||||
|
|
||||||
fileSystems."/" = {
|
|
||||||
device = "/dev/disk/by-label/NIXOS_SD";
|
|
||||||
fsType = "ext4";
|
|
||||||
options = [ "noatime" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
raspberrypi-eeprom
|
raspberrypi-eeprom
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user