diff options
| author | andromeda <andromeda@lenovo> | 2026-04-16 16:52:00 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-16 16:52:00 +0200 |
| commit | 055657e082af56d51524b7dd942d468e296634ab (patch) | |
| tree | f4578dc9d23e3584e3091e86e1266889749e0ea6 /machines.nix | |
| parent | a6ad2a25be9ba7d7aa442d1340ee2a494f1ff2ef (diff) | |
stash
Diffstat (limited to 'machines.nix')
| -rw-r--r-- | machines.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/machines.nix b/machines.nix index b9bf1b6..e2bb4b7 100644 --- a/machines.nix +++ b/machines.nix @@ -35,6 +35,13 @@ # substitutors ./substitutors.nix + + { + services.guix = { + enable = true; + stateDir = "/gnu/var"; + }; + } ]; }; "109-199-104-83" = { |
