Changes
1 changed files (+15/-15)
-
-
@@ -6,6 +6,21 @@}: { nix = { # https://crystalwobsite.gay/posts/2025-02-09-deploying_nixos#deploying-with-a-trusted-key settings.trusted-public-keys = [ "cache.ThinkPad-X1-Yoga-Gen-6-1:IpXs6Lbx1k2jXillRc2Pb+/3n/eNqLrQ42eajv0zj7Y=" ]; # Use lower IO priority for Nix so my server is still responsive while getting nix-copy-closured daemonIOSchedClass = "idle"; }; nixpkgs = { hostPlatform = lib.mkDefault "x86_64-linux"; # Overlays! Fixed points! overlays = [ (import ./overlays.nix) ]; }; disko.devices.disk.main = { imageSize = "2500M"; type = "disk";
-
@@ -53,21 +68,6 @@]; }; nix = { # https://crystalwobsite.gay/posts/2025-02-09-deploying_nixos#deploying-with-a-trusted-key settings.trusted-public-keys = [ "cache.ThinkPad-X1-Yoga-Gen-6-1:IpXs6Lbx1k2jXillRc2Pb+/3n/eNqLrQ42eajv0zj7Y=" ]; # Use lower IO priority for Nix so my server is still responsive while getting nix-copy-closured daemonIOSchedClass = "idle"; }; nixpkgs = { hostPlatform = lib.mkDefault "x86_64-linux"; # Overlays! Fixed points! overlays = [ (import ./overlays.nix) ]; }; networking.hostName = "Unnamed-Server"; # The best time zone
-