Add incus (by default disabled)
This commit is contained in:
parent
670862cbd1
commit
907bce2d2f
@ -81,7 +81,7 @@
|
|||||||
users.users.rothe = {
|
users.users.rothe = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "rothe";
|
description = "rothe";
|
||||||
extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "libvirtd"];
|
extraGroups = [ "networkmanager" "wheel" "video" "scanner" "lp" "incus-admin"];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
@ -176,7 +176,6 @@
|
|||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
light.enable = true;
|
light.enable = true;
|
||||||
virt-manager.enable = true;
|
|
||||||
};
|
};
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
@ -214,10 +213,10 @@
|
|||||||
roboto-mono
|
roboto-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking.nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ ];
|
|
||||||
};
|
};
|
||||||
|
networking.firewall.trustedInterfaces = [ "incusbr0" ];
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
@ -227,8 +226,7 @@
|
|||||||
system.stateVersion = "23.05"; # Did you read the comment?
|
system.stateVersion = "23.05"; # Did you read the comment?
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd.enable = true;
|
incus.enable = false;
|
||||||
podman.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user