added shpool, ran nix fmt.
This commit is contained in:
parent
0fe2f35093
commit
57c49eefed
16 changed files with 51 additions and 21 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"${modulesPath}/installer/scan/detected.nix"
|
||||
"${modulesPath}/installer/scan/not-detected.nix"
|
||||
];
|
||||
nixpkgs.hostPlatform ="aarch64-linux";
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
fullName = "Gabe Venberg";
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"${modulesPath}/installer/scan/detected.nix"
|
||||
"${modulesPath}/installer/scan/not-detected.nix"
|
||||
];
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
fullName = "Gabe Venberg";
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = ["${modulesPath}/virtualisation/proxmox-lxc.nix"];
|
||||
nixpkgs.hostPlatform ="x86_64-linux";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
proxmoxLXC.manageHostName = false;
|
||||
boot.loader.grub.enable = lib.mkForce false;
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = ["${modulesPath}/installer/sd-card/sd-image-aarch64.nix"];
|
||||
nixpkgs.hostPlatform ="aarch64-linux";
|
||||
nixpkgs.hostPlatform = "aarch64-linux";
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
host.details = {
|
||||
user = "gabe";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue