added SOPS

This commit is contained in:
lsoriano-mcm
2025-06-28 21:00:01 -05:00
parent 6fc18f11a5
commit 37e982c983
9 changed files with 44 additions and 10 deletions
+4 -4
View File
@@ -60,17 +60,17 @@
gaming = true;
vpn = {
Enable = true;
Enable = false;
secretFile = builtins.toPath ./secrets/.vpn.yaml;
};
touchpadSupport = false;
logitech-hardware.enable = false;
logitech-hardware.enable = true;
# Custom Applications
linux-apps = {
apps = {
gaming = true;
my-apps = pkgs:
apps = pkgs:
with pkgs; [
jellyfin-media-player
];