mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55:06 +01:00
Revert "Update"
This reverts commit 5834b31574.
Still the same firefox issues...
This commit is contained in:
parent
5834b31574
commit
f2414f3b44
3 changed files with 21 additions and 16 deletions
|
|
@ -169,6 +169,8 @@ in
|
|||
# Shows notification for `net.nuetzlich.SystemNotifications.Notify` D-Bus messages
|
||||
services.systembus-notify.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
@ -192,6 +194,7 @@ in
|
|||
useRoutingFeatures = "both";
|
||||
};
|
||||
|
||||
# TODO: Configure your system-wide user settings (groups, etc), add more users as needed.
|
||||
users = {
|
||||
users = {
|
||||
nora = {
|
||||
|
|
@ -199,6 +202,7 @@ in
|
|||
isNormalUser = true;
|
||||
home = "/home/nora";
|
||||
openssh.authorizedKeys.keys = [
|
||||
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP"
|
||||
];
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" ];
|
||||
|
|
@ -210,7 +214,7 @@ in
|
|||
};
|
||||
extraGroups = {
|
||||
vboxusers = {
|
||||
#members = [ "nora" ];
|
||||
#members = [ "nils" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue