From 729fd9688fdacb3d0ac47480c9c26a71f1ff1e4f Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 28 Feb 2025 08:30:05 +0100 Subject: [PATCH] Modified tablet and desktop config --- hosts/ti-clt-dsk01/default.nix | 9 ++++++++- hosts/ti-clt-tbl01/home.nix | 5 ++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/hosts/ti-clt-dsk01/default.nix b/hosts/ti-clt-dsk01/default.nix index 4311ab3..b1c5384 100644 --- a/hosts/ti-clt-dsk01/default.nix +++ b/hosts/ti-clt-dsk01/default.nix @@ -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"; } diff --git a/hosts/ti-clt-tbl01/home.nix b/hosts/ti-clt-tbl01/home.nix index 59e21c4..0d62c84 100644 --- a/hosts/ti-clt-tbl01/home.nix +++ b/hosts/ti-clt-tbl01/home.nix @@ -38,9 +38,8 @@ home.packages = with pkgs; [ # Desktop Applications unstable.rnote - - # Office - libreoffice + unstable.xjournalpp + unstable.xournalpp ]; # Enable home-manager