Add config for katmai
This commit is contained in:
parent
44da5b931e
commit
adb836f749
3 changed files with 89 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue