Move appimage-run to machine config

This commit is contained in:
Erwin Boskma 2023-05-21 17:12:14 +02:00
parent e827899b1c
commit b7dc99ee02
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg
3 changed files with 8 additions and 2 deletions

View file

@ -269,7 +269,10 @@
statdPort = 4100;
};
environment.systemPackages = [ pkgs.tailscale ];
environment.systemPackages = with pkgs; [
appimage-run
tailscale
];
sops.defaultSopsFile = ./secrets.yaml;
sops.secrets = {

View file

@ -214,6 +214,10 @@
openBroadcast = true;
};
environment.systemPackages = with pkgs; [
appimage-run
];
# sops = {
# defaultSopsFile = ./secrets.yaml;

View file

@ -93,7 +93,6 @@ in
};
systemPackages = with pkgs; [
appimage-run
piper
];
};