virtualisation: restructure kvm module options and enable libvirt by default
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
{
|
||||
imports = # For now, if applying to other system, swap files
|
||||
[(import ./hardware-configuration.nix)] ++ # Current system hardware config @ /etc/nixos/hardware-configuration.nix
|
||||
[(import ../../modules/desktop/steam/default.nix)] ++ # Window Manager
|
||||
[(import ../../modules/desktop/kde/default.nix)] ++ # Window Manager
|
||||
[(import ../../modules/desktop/virtualisation/docker.nix)] ++ # Docker
|
||||
(import ../../modules/hardware); # Hardware devices
|
||||
[(import ../../modules/desktop/steam/default.nix)] ++ # jovian steam
|
||||
[(import ../../modules/desktop/kde/default.nix)] ++ # Window Manager
|
||||
(import ../../modules/desktop/virtualisation) ++ # libvirt + Docker
|
||||
[(import ../../modules/desktop/virtualisation/kvm-amd.nix)] ++ # kvm module options
|
||||
(import ../../modules/hardware); # Hardware devices
|
||||
|
||||
boot = { # Boot options
|
||||
loader = { # EFI Boot
|
||||
@@ -87,5 +88,5 @@
|
||||
tailscale.enable = true;
|
||||
|
||||
};
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user