diff options
author | sefidel <contact@sefidel.net> | 2024-05-11 02:08:00 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-11 02:08:00 +0900 |
commit | 1a0ba54c92d9cc4a62231cdb690e2c8a7540b8c2 (patch) | |
tree | 5b3b9e47840ceecb2ace9397c4c9242acf6b478d /nixos/alpha | |
parent | e43c1c553686dda66804d536355ddfc49b990de3 (diff) | |
download | nixrc-1a0ba54c92d9cc4a62231cdb690e2c8a7540b8c2.tar.gz nixrc-1a0ba54c92d9cc4a62231cdb690e2c8a7540b8c2.zip |
chore(nixos/alpha): fix indentation
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index a60885c..67413ab 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -387,7 +387,7 @@ }; }; - # This value determines the NixOS release from which the default + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave # this value at the release version of the first install of this system. |