added SOPS
This commit is contained in:
+4
-4
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user