Modified tablet and desktop config

This commit is contained in:
xeovalyte 2025-02-28 08:30:05 +01:00
parent eacbe34402
commit 729fd9688f
Signed by: xeovalyte
SSH Key Fingerprint: SHA256:GWI1hq+MNKR2UOcvk7n9tekASXT8vyazK7vDF9Xyciw
2 changed files with 10 additions and 4 deletions

View File

@ -70,7 +70,7 @@
users.users.xeovalyte = {
isNormalUser = true;
description = "Timo Boomers";
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ];
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" "incus-admin" ];
};
networking.hosts = {
@ -79,6 +79,13 @@
services.openssh.enable = true;
# Temporarely test incus
virtualisation.incus.enable = true;
virtualisation.incus.package = pkgs.unstable.incus;
virtualisation.incus.ui.enable = true;
virtualisation.incus.ui.package = pkgs.unstable.incus.ui;
networking.nftables.enable = true;
system.stateVersion = "24.05";
}

View File

@ -38,9 +38,8 @@
home.packages = with pkgs; [
# Desktop Applications
unstable.rnote
# Office
libreoffice
unstable.xjournalpp
unstable.xournalpp
];
# Enable home-manager