Add automount
This commit is contained in:
@@ -16,7 +16,7 @@ in
|
||||
users.users.${profile.username} = {
|
||||
isNormalUser = true;
|
||||
description = "Nina Chlóe Kassandra";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "scanner" "lp" "uucp" "dialout"];
|
||||
extraGroups = ["disks" "storage" "networkmanager" "wheel" "docker" "scanner" "lp" "uucp" "dialout"];
|
||||
packages = with pkgs; [];
|
||||
shell = pkgs.zsh;
|
||||
hashedPassword = profile.hashed-password;
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
services.udisks2.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nextcloud-client
|
||||
unzip
|
||||
|
||||
Reference in New Issue
Block a user