about summary refs log tree commit diff
path: root/hosts/tahoe/services.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/services.nix (renamed from hosts/profiles/nas.nix)9
1 files changed, 2 insertions, 7 deletions
diff --git a/hosts/profiles/nas.nix b/hosts/tahoe/services.nix
index 5ec18d0..a8badea 100644
--- a/hosts/profiles/nas.nix
+++ b/hosts/tahoe/services.nix
@@ -1,11 +1,6 @@
-{ config, pkgs, lib, ... }: {
-  users.groups.nas.gid = 5000;
-  users.users.nas = {
-    uid = 5000;
-    group = "nas";
-    isSystemUser = true;
-  };
+{ ... }:
 
+{
   my.services = {
     samba = {
       enable = true;