diff options
Diffstat (limited to 'hosts/aptos')
-rw-r--r-- | hosts/aptos/home.nix | 10 | ||||
-rw-r--r-- | hosts/aptos/profile.nix | 5 | ||||
-rw-r--r-- | hosts/aptos/services.nix | 2 |
3 files changed, 13 insertions, 4 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index c7ef977..9efab9e 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -13,5 +13,15 @@ vlc.enable = true; mpv.enable = true; sublime-music.enable = true; + ssh.enable = true; + gpg = { + enable = true; + pinentry = "gnome3"; + defaultKey = "23348B57F01D4234B5CFBA0923208AC01EB6EEA1"; + }; + gcloud.enable = true; + mail.enable = true; + pass.enable = true; + seahorse.enable = true; }; } diff --git a/hosts/aptos/profile.nix b/hosts/aptos/profile.nix index 3195d52..f3f5d4e 100644 --- a/hosts/aptos/profile.nix +++ b/hosts/aptos/profile.nix @@ -1,7 +1,4 @@ { ... }: { - my.profiles = { - desktop.enable = true; - trusted.enable = true; - }; + my.profiles = { desktop.enable = true; }; } diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 5e98947..ce89f43 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -8,6 +8,8 @@ in { # Enable TLP power management tlp.enable = true; + syncthing.enable = true; + backup = { enable = true; user = "fcuny"; |