diff --git a/configs/calcurse.nix b/configs/calcurse.nix index 9c03904..edf428b 100644 --- a/configs/calcurse.nix +++ b/configs/calcurse.nix @@ -27,7 +27,7 @@ }; Auth = { Username = "kieran.meinhardt@posteo.net"; - Password = lib.strings.fileContents ; + Password = lib.strings.fileContents ; }; }; }; diff --git a/configs/cloud.nix b/configs/cloud.nix index 3cd922e..728315b 100644 --- a/configs/cloud.nix +++ b/configs/cloud.nix @@ -30,8 +30,8 @@ configDir = "/home/kfm/.config/syncthing"; dataDir = "/home/kfm/.config/syncthing"; declarative = rec { - cert = toString ; - key = toString ; + cert = toString ; + key = toString ; devices = { homeros.id = "HSOL72W-MMN346W-C3WCWCH-OTRKJYG-MY2WWV6-P7JUHN7-5WYYYRV-ZMH4KAA"; diff --git a/configs/hu-berlin.nix b/configs/hu-berlin.nix index badbf79..35f6e1f 100644 --- a/configs/hu-berlin.nix +++ b/configs/hu-berlin.nix @@ -2,8 +2,8 @@ let inherit (lib.strings) fileContents; eduroam = { - identity = fileContents ; - password = fileContents ; + identity = fileContents ; + password = fileContents ; }; eduroamAuth = '' key_mgmt=WPA-EAP diff --git a/configs/mail.nix b/configs/mail.nix index ec1fa2e..11a4bf1 100644 --- a/configs/mail.nix +++ b/configs/mail.nix @@ -104,7 +104,7 @@ in { userName = "kieran@fysi.tech"; address = "kieran@fysi.tech"; realName = config.niveum.user.name; - passwordCommand = pass_ ; + passwordCommand = pass_ ; }; cock = enableDefaults { primary = false; @@ -124,7 +124,7 @@ in { userName = "2210@cock.li"; address = "2210@cock.li"; realName = "2210"; - passwordCommand = pass_ ; + passwordCommand = pass_ ; }; kieran-gmail = enableDefaults { primary = false; @@ -132,7 +132,7 @@ in { address = "kieran.meinhardt@gmail.com"; realName = config.niveum.user.name; userName = "kieran.meinhardt"; - passwordCommand = pass_ ; + passwordCommand = pass_ ; folders = { drafts = "[Gmail]/Entw&APw-rfe"; sent = "[Gmail]/Gesendet"; @@ -145,7 +145,7 @@ in { address = "amroplay@gmail.com"; realName = config.niveum.user.name; userName = "amroplay"; - passwordCommand = pass_ ; + passwordCommand = pass_ ; folders = { drafts = "[Gmail]/Drafts"; sent = "[Gmail]/Sent Mail"; @@ -170,14 +170,14 @@ in { address = "kieran.meinhardt@posteo.net"; realName = config.niveum.user.name; userName = "kieran.meinhardt@posteo.net"; - passwordCommand = pass_ ; + passwordCommand = pass_ ; }; hu-berlin = enableDefaults { primary = false; address = "meinhark@hu-berlin.de"; realName = config.niveum.user.name; userName = "meinhark"; - passwordCommand = pass_ ; + passwordCommand = pass_ ; smtp = { host = "mailhost.cms.hu-berlin.de"; port = 25; diff --git a/configs/retiolum.nix b/configs/retiolum.nix index ed52226..6070f8b 100644 --- a/configs/retiolum.nix +++ b/configs/retiolum.nix @@ -4,7 +4,7 @@ networking.hosts = { "42:0:ca48:f98f:63d7:31ce:922b:245d" = [ "go" ]; }; environment.etc."tinc/retiolum/rsa_key.priv" = { - text = builtins.readFile ; + text = builtins.readFile ; mode = "400"; }; } diff --git a/configs/spotify.nix b/configs/spotify.nix index 1f55fb5..2a8d0cd 100644 --- a/configs/spotify.nix +++ b/configs/spotify.nix @@ -13,8 +13,8 @@ in { }; spotifydConf = pkgs.writeText "spotifyd.conf" (lib.generators.toINI { } { global = { - username = fileContents ; - password = fileContents ; + username = fileContents ; + password = fileContents ; backend = "pulseaudio"; on_song_change_hook = toString (pkgs.writers.writeDash "songinfo" '' PATH=$PATH:${ diff --git a/configs/traadfri.nix b/configs/traadfri.nix index e7ce88f..deaf863 100644 --- a/configs/traadfri.nix +++ b/configs/traadfri.nix @@ -5,7 +5,7 @@ enable = true; user = "kmein"; host = "192.168.178.28"; - key = lib.strings.fileContents ; + key = lib.strings.fileContents ; rooms = { corridor = 131080; kitchen = 131081; diff --git a/deploy.nix b/deploy.nix index 7e06cff..67275fd 100644 --- a/deploy.nix +++ b/deploy.nix @@ -20,11 +20,11 @@ let nixos-unstable.git = gitFromJson .versions/nixpkgs-unstable.json; home-manager.git = gitFromJson .versions/home-manager.json; stockholm.git = gitFromJson .versions/stockholm.json; - secrets.pass = { + system-secrets.pass = { dir = toString ~/.password-store/systems; inherit name; }; - shared-secrets.pass = { + secrets.pass = { dir = toString ~/.password-store; name = "shared"; };