diff options
| author | Soispha <soispha@vhack.eu> | 2024-03-28 11:20:42 +0100 |
|---|---|---|
| committer | Soispha <soispha@vhack.eu> | 2024-03-28 11:20:42 +0100 |
| commit | 54aae2c94144883fb1b3ea4a32de821953d01de2 (patch) | |
| tree | d72b1cceaf6c833781bafd3942bf2be73dcf4930 /flake.nix | |
| parent | fix(system/impermanence/mods/users.nix): add /root/.ssh as persistent directory (diff) | |
| download | nixos-server-54aae2c94144883fb1b3ea4a32de821953d01de2.zip | |
build(flake): Update
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 23f133a..93a7bbb 100644 --- a/flake.nix +++ b/flake.nix @@ -44,6 +44,7 @@ url = "github:ryantm/agenix"; inputs = { nixpkgs.follows = "nixpkgs"; + systems.follows = "systems"; }; }; impermanence = { |
