nix: change from pkgs.system to stdenv.hostPlatform.system
This commit is contained in:
parent
e5143c2000
commit
c57ec4fc2f
14 changed files with 241 additions and 129 deletions
|
|
@ -34,10 +34,13 @@ in
|
|||
base
|
||||
server
|
||||
hydra
|
||||
factorio-server
|
||||
forgejo
|
||||
forgejo-runner
|
||||
|
||||
# game server
|
||||
minecraft-server
|
||||
factorio-server
|
||||
|
||||
# apps
|
||||
|
||||
# Users
|
||||
|
|
|
|||
|
|
@ -23,8 +23,9 @@ in
|
|||
obsidian
|
||||
diebahn
|
||||
|
||||
path-of-building
|
||||
termscp
|
||||
nixpkgs-review
|
||||
# inputs.nix-gaming.packages.${pkgs.stdenv.hostPlatform.system}.star-citizen
|
||||
];
|
||||
|
||||
services.teamviewer.enable = true;
|
||||
|
|
@ -53,7 +54,7 @@ in
|
|||
bluetooth
|
||||
amdgpu
|
||||
|
||||
# dektops
|
||||
# desktops
|
||||
# hyprland
|
||||
niri
|
||||
|
||||
|
|
@ -86,7 +87,7 @@ in
|
|||
settings.builders-use-substitutes = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "nixberry";
|
||||
hostName = "192.168.178.2";
|
||||
sshUser = "remotebuild";
|
||||
sshKey = "/root/.ssh/remotebuild";
|
||||
systems = [ "aarch64-linux" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue