Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add andhrimnir to flakes

neoxa 303c336d 14dd7eb8

+10
+10
flake.nix
··· 50 50 }; 51 51 modules = [ ./machines/nixos/sunna ] ++ nixosModules; 52 52 }; 53 + 54 + # Neoxa gaming config 55 + andhrimnir = nixpkgs.lib.nixosSystem { 56 + system = "x86_64-linux"; 57 + specialArgs = { 58 + inherit inputs; 59 + hostname = "andhrimnir"; 60 + }; 61 + modules = [ ./machines/nixos/andhrimnir ] ++ nixosModules; 62 + }; 53 63 }; 54 64 55 65 # Macbook Pro M2