Move appimage-run to machine config
This commit is contained in:
parent
e827899b1c
commit
b7dc99ee02
3 changed files with 8 additions and 2 deletions
|
@ -269,7 +269,10 @@
|
|||
statdPort = 4100;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
appimage-run
|
||||
tailscale
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.secrets = {
|
||||
|
|
|
@ -214,6 +214,10 @@
|
|||
openBroadcast = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
appimage-run
|
||||
];
|
||||
|
||||
# sops = {
|
||||
# defaultSopsFile = ./secrets.yaml;
|
||||
|
||||
|
|
|
@ -93,7 +93,6 @@ in
|
|||
};
|
||||
|
||||
systemPackages = with pkgs; [
|
||||
appimage-run
|
||||
piper
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue