mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Enable libvirtd
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
enable = true;
|
||||
wayland = false;
|
||||
};
|
||||
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
/* services.logrotate.checkConfig = false; */
|
||||
|
||||
services.xserver.displayManager = {
|
||||
autoLogin.enable = true;
|
||||
autoLogin.user = "dave";
|
||||
|
@@ -41,6 +41,7 @@
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
|
@@ -83,7 +83,6 @@ in
|
||||
|
||||
# golang
|
||||
golangci-lint
|
||||
golint
|
||||
gopls
|
||||
gofumpt
|
||||
|
||||
|
Reference in New Issue
Block a user