my system configurations ^-^
0
fork

Configure Feed

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

refactor: anemone

willow 7daa49dd 9b7d435e

+5 -7
+5 -7
hosts/anemone/default.nix
··· 1 + # TODO)) hardware-configuration! 1 2 { 2 3 modulesPath, 3 4 lib, 4 5 inputs, 5 6 ... 6 7 }: let 7 - inherit (lib) mkIf; 8 + inherit (lib) mkIf self; 8 9 swapSpace = 1; 9 10 swapFile = "/swapfile"; 10 11 in { 11 12 imports = [ 12 - # TODO)) hardware-configuration! 13 - inputs.raspberry-pi-nix.nixosModules.raspberry-pi 14 13 (modulesPath + "/installer/scan/not-detected.nix") 15 - # (modulesPath + "/installer/sd-card/sd-image.nix") 16 - # (modulesPath + "/installer/sd-card/sd-image-aarch64.nix") 17 - # (modulesPath + "/installer/sd-card/sd-image-aarch64-installer.nix") 18 - # (modulesPath + "/installer/sd-card/sd-image-raspberrypi.nix") 14 + inputs.raspberry-pi-nix.nixosModules.raspberry-pi 15 + 16 + "${self}/modules/nixos" 19 17 ]; 20 18 21 19 nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux"; # TODO)) move to hardware-configuration