updating email config
This commit is contained in:
parent
d6652f5b73
commit
4b5acfbfc4
3 changed files with 41 additions and 15 deletions
|
@ -164,7 +164,7 @@
|
|||
users.users.emenel = {
|
||||
isNormalUser = true;
|
||||
description = "emenel";
|
||||
extraGroups = [ "networkmanager" "wheel" "uinput" "input" "audio" "video" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "uinput" "input" "audio" "video" "libvirtd" "nvidia" "cups" ];
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvtBCUQEi7r6mXdaULEaMMvGH1IWZBX9tXpjbIECar2 matt@emenel.ca" ];
|
||||
packages = with pkgs; [
|
||||
git
|
||||
|
@ -196,18 +196,8 @@
|
|||
git
|
||||
tailscale
|
||||
rsync
|
||||
#kanata
|
||||
kmonad
|
||||
];
|
||||
|
||||
#systemd.services.kanata = {
|
||||
# enable = true;
|
||||
# wantedBy = [ "default.target" ];
|
||||
# description = "kanata";
|
||||
# serviceConfig = {
|
||||
# ExecStart = "/home/emenel/.nix-profile/bin/kanata --cfg /home/emenel/.config/kanata/main.kbd";
|
||||
# };
|
||||
#};
|
||||
];
|
||||
|
||||
services.kmonad = {
|
||||
enable = true;
|
||||
|
@ -223,6 +213,24 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
qemu = {
|
||||
package = pkgs.qemu_kvm;
|
||||
swtpm.enable = true;
|
||||
ovmf.enable = true;
|
||||
ovmf.packages = [ pkgs.OVMFFull.fd ];
|
||||
};
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = [ pkgs.proton-ge-bin ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue