diff options
| author | Grigory Shipunov | 2025-01-04 21:07:54 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-11 03:40:22 +0100 |
| commit | 3572c93df4290811be0e558f66040d7be2ab6125 (patch) | |
| tree | e799271d4ea05b7a52047a46f59c79a2d4c5026b /hosts/cloud | |
| parent | b28314ca953dec93337f37670d2532dfcb71cb68 (diff) | |
add wg module
Diffstat (limited to 'hosts/cloud')
| -rw-r--r-- | hosts/cloud/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cloud/configuration.nix b/hosts/cloud/configuration.nix index 6f8d6aa..9eddac5 100644 --- a/hosts/cloud/configuration.nix +++ b/hosts/cloud/configuration.nix @@ -1,7 +1,7 @@ { ... }: { imports = [ ./hardware-configuration.nix - ./networking.nix # generated at runtime by nixos-infect + ./networking.nix ]; boot.tmp.cleanOnBoot = true; |
