fixed aphelion

This commit is contained in:
yaroslav
2025-07-24 16:07:11 +03:00
parent d1c9370633
commit ab2113ac35
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -12,6 +12,7 @@
boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.kernelModules = [ "kvm-amd" ]; boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "zfs" ];
fileSystems."/" = fileSystems."/" =
{ device = "none"; { device = "none";
@@ -48,4 +49,6 @@
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
system.stateVersion = "25.11"; system.stateVersion = "25.11";
networking.hostName = "Aphelion"; networking.hostName = "Aphelion";
networking.hostId = "b7fa9c25";
} }
+1 -1
View File
@@ -1,7 +1,7 @@
{ ... }: { ... }:
{ {
environment.persistence."/nix/persist/home" = { environment.persistence."/nix/persist" = {
hideMounts = true; hideMounts = true;
users.yaroslav = { users.yaroslav = {
directories = [ directories = [