me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

add storage group

+1
+1
configuration.nix
··· 107 107 services.udisks2.enable = true; 108 108 109 109 # Define a user account. Don't forget to set a password with ‘passwd’. 110 + users.groups.storage = { }; 110 111 users.users.sean = { 111 112 isNormalUser = true; 112 113 description = "Sean Aye";