Added incus service
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
users.users.xeovalyte = {
|
||||
isNormalUser = true;
|
||||
description = "Timo Boomers";
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" "incus-admin" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" "fuse" ];
|
||||
};
|
||||
|
||||
networking.hosts = {
|
||||
@@ -79,13 +79,6 @@
|
||||
|
||||
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";
|
||||
|
||||
}
|
||||
|
@@ -50,11 +50,6 @@
|
||||
libreoffice
|
||||
];
|
||||
|
||||
# Temporarely test podman
|
||||
services.podman = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Enable home-manager
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user