Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

fix: temporary fix before switching everything to disko and facter

cosmeak d00f90fd 1c0193a4

+6 -2
+1 -1
modules/hosts/andhrimnir/configuration.nix
··· 5 5 with inputs.self.nixosModules; 6 6 with inputs.self.factory; 7 7 [ 8 + /etc/nixos/hardware-configuration.nix 8 9 bootloader 9 10 nvidia-gpu 10 11 kde-desktop ··· 12 13 neoxa 13 14 (autoLogin "neoxa") 14 15 gaming 15 - 16 16 ]; 17 17 18 18 networking.networkmanager.enable = true;
+2 -1
modules/hosts/elli/configuration.nix
··· 1 1 { inputs, ... }: 2 2 { 3 3 flake.nixosModules.elli = { ... }: { 4 - inputs = 4 + imports = 5 5 with inputs.self.nixosModules; 6 6 with inputs.self.factory; 7 7 [ 8 + /etc/nixos/hardware-configuration.nix 8 9 inputs.microvm.nixosModules.host 9 10 bootloader 10 11 auto-upgrade
+1
modules/hosts/nanna/configuration.nix
··· 5 5 with inputs.self.nixosModules; 6 6 with inputs.self.factory; 7 7 [ 8 + /etc/nixos/hardware-configuration.nix 8 9 inputs.nixos-hardware.nixosModules.lenovo-legion-y530-15ich 9 10 bootloader 10 11 cinnamon-desktop
+1
modules/hosts/sunna/configuration.nix
··· 2 2 { 3 3 flake.nixosModules.sunna = { ... }: { 4 4 imports = with inputs.self.nixosModules; [ 5 + /etc/nixos/hardware-configuration.nix 5 6 bootloader 6 7 nvidia-gpu 7 8 kde-desktop
+1
modules/hosts/syn/configuration.nix
··· 2 2 { 3 3 flake.nixosModules.syn = { ... }: { 4 4 imports = [ 5 + /etc/nixos/hardware-configuration.nix 5 6 inputs.nixos-hardware.nixosModules.raspberry-pi-3 6 7 ]; 7 8 };