added shpool, ran nix fmt.
This commit is contained in:
parent
0fe2f35093
commit
57c49eefed
16 changed files with 51 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
...
|
||||
}: {
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
fullName = "Gabe Venberg";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
gui.enable = false;
|
||||
isVm = true;
|
||||
};
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
networking.hostName = "cirrus"; # Define your hostname.
|
||||
networking.hostId = "908b80b6";
|
||||
networking.useNetworkd = true;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
"rockchipdrm"
|
||||
"phy_rockchip_pcie"
|
||||
];
|
||||
nixpkgs.hostPlatform ="aarch64-linux";
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
fullName = "Gabe Venberg";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue