diff options
author | sils <sils@sils.li> | 2023-11-16 20:21:57 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-11-16 20:21:57 +0100 |
commit | c5c1c6739988c2205489efbdaf5e33938b166c16 (patch) | |
tree | bfc74b0d66b4ac395498655e3556e1ff920ac605 /hosts | |
parent | feat(u/sils/gpg): start gpg-agent on shell init (diff) | |
download | nix-config-c5c1c6739988c2205489efbdaf5e33938b166c16.tar.gz nix-config-c5c1c6739988c2205489efbdaf5e33938b166c16.zip |
style(hosts): format with alejandra
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/thinklappi-bootstrap/default.nix | 1 | ||||
-rw-r--r-- | hosts/thinklappi/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/thinklappi-bootstrap/default.nix b/hosts/thinklappi-bootstrap/default.nix index 44f7423..4f12133 100644 --- a/hosts/thinklappi-bootstrap/default.nix +++ b/hosts/thinklappi-bootstrap/default.nix @@ -40,6 +40,5 @@ time.timeZone = "Europe/Berlin"; - system.stateVersion = "23.05"; } diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix index fe7d732..2f53390 100644 --- a/hosts/thinklappi/default.nix +++ b/hosts/thinklappi/default.nix @@ -36,6 +36,5 @@ time.timeZone = "Europe/Berlin"; - system.stateVersion = "23.05"; } |