mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
ipfs user
This commit is contained in:
parent
ed1bc15b8b
commit
5590149bda
1 changed files with 4 additions and 1 deletions
|
|
@ -65,7 +65,10 @@
|
|||
#services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.ipfs.enable = true;
|
||||
services.ipfs = {
|
||||
enable = true;
|
||||
user = "srid";
|
||||
};
|
||||
services.netdata.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue