fixed aphelion
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "none";
|
||||
@@ -48,4 +49,6 @@
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
system.stateVersion = "25.11";
|
||||
networking.hostName = "Aphelion";
|
||||
networking.hostId = "b7fa9c25";
|
||||
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
environment.persistence."/nix/persist/home" = {
|
||||
environment.persistence."/nix/persist" = {
|
||||
hideMounts = true;
|
||||
users.yaroslav = {
|
||||
directories = [
|
||||
|
||||
Reference in New Issue
Block a user