alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add storage group
author
Sean Aye
date
11 months ago
(Jul 7, 2025, 7:54 PM -0400)
commit
da7cd4cf
da7cd4cfb3c132ffa36d91cb2f3852bd14aea943
parent
78d7fe35
78d7fe35b5fa37c1e127bff8b89d624d2d064ddd
+1
1 changed file
Expand all
Collapse all
Unified
Split
configuration.nix
+1
configuration.nix
Reviewed
···
107
107
services.udisks2.enable = true;
108
108
109
109
# Define a user account. Don't forget to set a password with ‘passwd’.
110
110
+
users.groups.storage = { };
110
111
users.users.sean = {
111
112
isNormalUser = true;
112
113
description = "Sean Aye";