diff options
author | Alan Pearce | 2019-04-09 16:51:41 +0200 |
---|---|---|
committer | Alan Pearce | 2019-04-09 16:51:41 +0200 |
commit | 4e042d8d8b7b6487cfb71ead538962bbe655df9f (patch) | |
tree | 3bfc10b8d6a24fa9ddea1c19969b943063e6587e | |
parent | 25fcbb1f62f5f05708f0f402f1c13c08861e009f (diff) | |
download | nixos-configuration-4e042d8d8b7b6487cfb71ead538962bbe655df9f.tar.lz nixos-configuration-4e042d8d8b7b6487cfb71ead538962bbe655df9f.tar.zst nixos-configuration-4e042d8d8b7b6487cfb71ead538962bbe655df9f.zip |
Satoshipad: remove Syncthing
-rw-r--r-- | satoshipad.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/satoshipad.nix b/satoshipad.nix index e4a8224..b225229 100644 --- a/satoshipad.nix +++ b/satoshipad.nix @@ -13,7 +13,6 @@ ./modules/development/base.nix ./modules/development/javascript.nix ./modules/development/lisp.nix - ./modules/development/kubernetes.nix ./modules/hardware/adb.nix ./modules/hardware/audio.nix ./modules/hardware/systemd-boot.nix @@ -26,13 +25,13 @@ ./modules/machines/t470s.nix ./modules/programs/accounting.nix ./modules/programs/dotfiles.nix + ./modules/programs/mate.nix ./modules/programs/i3.nix ./modules/programs/infrastructure.nix ./modules/programs/passwords.nix ./modules/programs/shell.nix ./modules/programs/wine.nix ./modules/satoshipay.nix - ./modules/services/syncthing.nix ]; boot.initrd.luks.devices = [ |