Add config for katmai

This commit is contained in:
John Locke 2024-03-19 08:04:49 -07:00
parent 44da5b931e
commit adb836f749
3 changed files with 89 additions and 0 deletions

View file

@ -15,5 +15,10 @@
modules = [ ./hosts/desktop/valhalla/configuration.nix ];
};
# environment.systemPackages = [nixos-needsreboot.packages.${nixpkgs.system}.default];
nixosConfigurations.katmai = nixpkgs.lib.nixosSystem {
# NOTE: Change this to aarch64-linux if you are on ARM
system = "x86_64-linux";
modules = [ ./hosts/desktop/katmai/configuration.nix ];
};
};
}