aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/ridcully.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/machine/ridcully.nix')
-rw-r--r--nixos/machine/ridcully.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix
index ad31e82..01e8f07 100644
--- a/nixos/machine/ridcully.nix
+++ b/nixos/machine/ridcully.nix
@@ -1,9 +1,10 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-
{
-
+ config,
+ lib,
+ pkgs,
+ ...
+}:
+with lib; {
config = {
cynerd = {
desktop.enable = true;
@@ -63,7 +64,5 @@ with lib;
dataDir = "/home/cynerd";
configDir = "/home/cynerd/.config/syncthing";
};
-
};
-
}