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;
|
statdPort = 4100;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.tailscale ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
appimage-run
|
||||||
|
tailscale
|
||||||
|
];
|
||||||
|
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
|
|
|
@ -214,6 +214,10 @@
|
||||||
openBroadcast = true;
|
openBroadcast = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
appimage-run
|
||||||
|
];
|
||||||
|
|
||||||
# sops = {
|
# sops = {
|
||||||
# defaultSopsFile = ./secrets.yaml;
|
# defaultSopsFile = ./secrets.yaml;
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
appimage-run
|
|
||||||
piper
|
piper
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue