Changes
1 changed files (+7/-4)
-
-
@@ -56,10 +56,13 @@"xen-netfront" ]; # https://crystalwobsite.gay/posts/2025-02-09-deploying_nixos#deploying-with-a-trusted-key nix.settings.trusted-public-keys = [ "cache.ThinkPad-X1-Yoga-Gen-6-1:IpXs6Lbx1k2jXillRc2Pb+/3n/eNqLrQ42eajv0zj7Y=" ]; 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=" ]; daemonIOSchedClass = "idle"; }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; # Overlays! Fixed points!
-