diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 17:15:27 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 17:37:04 +0200 |
commit | 515effc832c3d621f8a5aecf5f4dfe06a7a2b80d (patch) | |
tree | 6c4ce5bcf957430414fcc679f8349aa74c6fa204 /system/services | |
parent | Docs(todo): Update (diff) | |
download | nixos-config-515effc832c3d621f8a5aecf5f4dfe06a7a2b80d.tar.gz nixos-config-515effc832c3d621f8a5aecf5f4dfe06a7a2b80d.zip |
Fix(system/services/serverphone): Disable bc building the gpg keys dosn't work
Diffstat (limited to 'system/services')
-rw-r--r-- | system/services/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 9c4b3500..994a6d2a 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -7,7 +7,7 @@ ./openssh ./printing ./scanning - ./serverphone + #./serverphone ./snapper ./steam ./swaylock |