Compare commits

..

No commits in common. "15576122098d7aa99f7b2566fc91fd96d804d8e0" and "a50d842d23e4362e6c0801715859ef74c21a07c4" have entirely different histories.

4 changed files with 2 additions and 14 deletions

View file

@ -96,8 +96,6 @@
cores = 6;
graphics = true;
};
services.qemuGuest.enable = true;
services.spice-vdagentd.enable = true;
users.users.sammy.hashedPassword = "";
};

View file

@ -44,9 +44,6 @@
xkb.options = "caps:escape";
};
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
fonts = {
packages = with pkgs; [
jetbrains-mono

View file

@ -7,7 +7,7 @@
users.users.sammy = {
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "docker" ];
shell = pkgs.fish;
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQSZw+pExsx2RXB+yxbaJGB9mtvudbQ/BP7E1yKvr openpgp:0x6068FEBB" ];
hashedPasswordFile = lib.mkDefault config.deployment.keys."sammy_password_hash".path;

View file

@ -1,4 +1,4 @@
{ pkgs, flake, ... }: {
{ flake, ... }: {
imports = (builtins.attrValues flake.homeManagerModules);
programs.git = {
@ -15,13 +15,6 @@
EDITOR = "nvim";
};
home.pointerCursor = {
gtk.enable = true;
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ";
};
programs.gpg = {
enable = true;
publicKeys = [