umbriel
This commit is contained in:
parent
708a3c4c00
commit
5e999cc1e2
3 changed files with 5 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PasswordAuthentication = true;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -181,11 +181,13 @@
|
|||
users.users.alyx = {
|
||||
isNormalUser = true;
|
||||
description = "Alyx";
|
||||
extraGroups = [ "networkmanager" "wheel" "camera" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "camera" "libvirtd" "qemu-libvirtd" "lxd" ];
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
vaapiIntel = pkgs.vaapiIntel.override {enableHybridCodec = true;};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
../substituters.nix
|
||||
../fonts.nix
|
||||
../greetd.nix
|
||||
../virtualisation/virtualisation.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue