mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Move hetznix01 to amd64
This commit is contained in:
parent
0c167945f1
commit
505ab7059d
2 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@
|
||||||
additionalSpecialArgs = {};
|
additionalSpecialArgs = {};
|
||||||
};
|
};
|
||||||
hetznix01 = nixosHostConfig {
|
hetznix01 = nixosHostConfig {
|
||||||
system = "aarch64-linux";
|
system = "x86_64-linux";
|
||||||
hostname = "hetznix01";
|
hostname = "hetznix01";
|
||||||
username = "gene";
|
username = "gene";
|
||||||
additionalModules = [];
|
additionalModules = [];
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue