mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
Add IPFS to p71
This commit is contained in:
parent
a42e2ef08e
commit
ee32aaf5be
1 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,8 @@
|
|||
# Enable the GNOME 3 Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome3.enable = true;
|
||||
services.openssh.enable = true;
|
||||
services.ipfs.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.srid = {
|
||||
|
|
@ -79,7 +81,6 @@
|
|||
obsidian
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue