summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2019-11-13 16:33:23 +0100
committerAlan Pearce2019-11-13 16:34:15 +0100
commit7c072db7042204c98a7122d8bce6705056824e13 (patch)
tree70eb7c12eeb268785dccb011d624f6f323a8b7f8 /system
parent60573b583d1c34e9e8f4425c00b1524c484567b3 (diff)
downloadnixfiles-7c072db7042204c98a7122d8bce6705056824e13.tar.lz
nixfiles-7c072db7042204c98a7122d8bce6705056824e13.tar.zst
nixfiles-7c072db7042204c98a7122d8bce6705056824e13.zip
network-manager: fix syntax error
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/network-manager.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/hardware/network-manager.nix b/system/settings/hardware/network-manager.nix
index ed4f5620..4daea7be 100644
--- a/system/settings/hardware/network-manager.nix
+++ b/system/settings/hardware/network-manager.nix
@@ -2,7 +2,7 @@
 
 {
   imports = [
-    "../services/kresd.nix";
+    ../services/kresd.nix
   ];
 
   networking = {