added shpool, ran nix fmt.

This commit is contained in:
Gabe Venberg 2026-01-19 14:40:26 +01:00
parent 0fe2f35093
commit 57c49eefed
16 changed files with 51 additions and 21 deletions

View file

@ -39,7 +39,7 @@ inputs.nixpkgs.lib.nixosSystem {
fullName = "Gabe Venberg";
gui.enable = false;
};
nixpkgs.hostPlatform ="x86_64-linux";
nixpkgs.hostPlatform = "x86_64-linux";
boot.zfs.extraPools = ["storage"];
networking.hostName = "cirrostratus"; # Define your hostname.
networking.hostId = "1b9da0b9";