various stuff
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
./hosts/Aphelion/nfs.nix
|
||||
# ./hosts/generic/zapret.nix
|
||||
./hosts/Aphelion/dlna.nix
|
||||
./hosts/Aphelion/Aphelion_misc.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.waydroid.enable = true;
|
||||
}
|
||||
@@ -13,6 +13,9 @@
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.kernelParams = [
|
||||
"video=DP-1:1920x1080@60"
|
||||
];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "none";
|
||||
|
||||
Reference in New Issue
Block a user