summary refs log tree commit diff
path: root/modules/services/network-filesystems/samba.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/network-filesystems/samba.nix')
-rw-r--r--modules/services/network-filesystems/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/network-filesystems/samba.nix b/modules/services/network-filesystems/samba.nix
index aa75c4322a00..c4157c647c63 100644
--- a/modules/services/network-filesystems/samba.nix
+++ b/modules/services/network-filesystems/samba.nix
@@ -200,7 +200,7 @@ in
           };
 
 
-        boot.systemd = {
+        systemd = {
           targets.samba = {
             description = "Samba server";
             requires = [ "samba-setup.service" ];