Modified tablet and desktop config
This commit is contained in:
parent
eacbe34402
commit
729fd9688f
@ -70,7 +70,7 @@
|
|||||||
users.users.xeovalyte = {
|
users.users.xeovalyte = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Timo Boomers";
|
description = "Timo Boomers";
|
||||||
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ];
|
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" "incus-admin" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
@ -79,6 +79,13 @@
|
|||||||
|
|
||||||
services.openssh.enable = true;
|
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";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -38,9 +38,8 @@
|
|||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Desktop Applications
|
# Desktop Applications
|
||||||
unstable.rnote
|
unstable.rnote
|
||||||
|
unstable.xjournalpp
|
||||||
# Office
|
unstable.xournalpp
|
||||||
libreoffice
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable home-manager
|
# Enable home-manager
|
||||||
|
Loading…
x
Reference in New Issue
Block a user