[NixOS] Update biskcomp
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
../internet-computer.nix
|
||||
../raspberry-pi.nix
|
||||
../base.nix
|
||||
../desktop.nix
|
||||
# ../desktop.nix
|
||||
# ../xmonad.nix
|
||||
];
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||
networking.firewall.allowedTCPPorts = [ 3389 ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/NIXOS";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
services.home-assistant = {
|
||||
enable = true;
|
||||
extraComponents = [
|
||||
@@ -27,5 +32,5 @@
|
||||
|
||||
networking.hostName = "biskcomp";
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
system.stateVersion = "23.10";
|
||||
}
|
||||
|
Reference in New Issue
Block a user