summaryrefslogtreecommitdiff
path: root/hosts/cloud
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud')
-rw-r--r--hosts/cloud/configuration.nix2
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;