various stuff

This commit is contained in:
yaroslav
2025-07-30 23:09:33 +03:00
parent 9aaad062ac
commit 145159554f
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -70,6 +70,7 @@
./hosts/Aphelion/nfs.nix ./hosts/Aphelion/nfs.nix
# ./hosts/generic/zapret.nix # ./hosts/generic/zapret.nix
./hosts/Aphelion/dlna.nix ./hosts/Aphelion/dlna.nix
./hosts/Aphelion/Aphelion_misc.nix
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
{ {
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
+4
View File
@@ -0,0 +1,4 @@
{ ... }:
{
virtualisation.waydroid.enable = true;
}
+3
View File
@@ -13,6 +13,9 @@
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];
boot.kernelParams = [
"video=DP-1:1920x1080@60"
];
fileSystems."/" = fileSystems."/" =
{ device = "none"; { device = "none";