My NixOS, nix-darwin, and home-manager configurations
1
fork

Configure Feed

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

chore: more slim fixes

+1 -1
disko_install.sh
+1 -1
flake.nix
··· 110 110 (import ./setup/zfs_single_drive_with_swap.nix { 111 111 device = "/dev/nvme0n1"; 112 112 user = "zmitchell"; 113 - flox.enable = nixpkgs.lib.mkForce false; 114 113 }) 115 114 { 116 115 networking.hostName = "slim"; 117 116 networking.hostId = "30042069"; 117 + flox.enable = nixpkgs.lib.mkForce false; 118 118 } 119 119 ]; 120 120 }