add rustdesk and docker to persist
This commit is contained in:
parent
51534cc80f
commit
6b4dd0c291
2 changed files with 6 additions and 9 deletions
|
|
@ -19,7 +19,6 @@ in {
|
|||
./utils/modules/sops.nix
|
||||
./utils/modules/nur.nix
|
||||
./modules/sway/sway.nix
|
||||
# ./modules/gnome.nix
|
||||
./modules/printer.nix
|
||||
./modules/nvim/default.nix
|
||||
./utils/modules/autoupgrade.nix
|
||||
|
|
@ -52,6 +51,7 @@ in {
|
|||
"/var/bento"
|
||||
"/var/log"
|
||||
"/var/lib/bluetooth"
|
||||
"/var/lib/docker"
|
||||
"/var/lib/nixos"
|
||||
"/etc/NetworkManager/system-connections"
|
||||
];
|
||||
|
|
@ -64,7 +64,10 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
sops.age.generateKey = true;
|
||||
|
||||
sops.secrets.epicenter_vpn_ca = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue