switch htpc to x11, and enable zram swap

This commit is contained in:
k3t
2026-03-13 22:43:04 -06:00
parent 3695a7c54a
commit f00187b4f9
3 changed files with 29 additions and 18 deletions
+12 -12
View File
@@ -38,6 +38,18 @@
home-manager.users.k3t = ./home/desktop.nix;
}
];
"htpc" = mkHost "aarch64-linux" [
nixos-hardware.nixosModules.raspberry-pi-4
./modules/common.nix
./modules/pi-common.nix
./hosts/pi-htpc/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.k3t = ./home/desktop.nix;
}
];
"T14" = mkHost "x86_64-linux" [
./modules/common.nix
./modules/desktop-common.nix
@@ -73,18 +85,6 @@
home-manager.users.k3t = ./home/car.nix;
}
];
pi-htpc = mkHost "aarch64-linux" [
nixos-hardware.nixosModules.raspberry-pi-4
./modules/common.nix
./modules/pi-common.nix
./hosts/pi-htpc/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.k3t = ./home/desktop.nix;
}
];
};
# SD card images