diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:50:17 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:50:17 +0000 |
| commit | 1d0c7acab44884cb603785fd0846a8b7ff1fa030 (patch) | |
| tree | baa179ad8e21a68b2a920804906a8ebd57ffd660 /hosts | |
| parent | upgraded nixos (diff) | |
fixed autoupdate spelling mistake
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/station/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/station/default.nix b/hosts/station/default.nix index b57bcb1..bcd4615 100644 --- a/hosts/station/default.nix +++ b/hosts/station/default.nix @@ -17,7 +17,7 @@ system = { autoUpgrade = { enable = true; - flake = "/home/aethrvmn/.nix#nixstation"; + flake = "/home/aethrvmn/.nix#station"; }; # This value determines the NixOS release from which the default |
