Add automount

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-03-18 17:31:24 +01:00
parent 5984cd8b3a
commit 810138e9d4
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ in
users.users.${profile.username} = { users.users.${profile.username} = {
isNormalUser = true; isNormalUser = true;
description = "Nina Chlóe Kassandra"; 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; []; packages = with pkgs; [];
shell = pkgs.zsh; shell = pkgs.zsh;
hashedPassword = profile.hashed-password; hashedPassword = profile.hashed-password;

View File

@@ -1,6 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services.udisks2.enable = true;
services.gvfs.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nextcloud-client nextcloud-client
unzip unzip