Compare commits

...

2 commits

Author SHA1 Message Date
1557612209
virtualization foo 2024-09-17 12:22:23 +02:00
41b8706e86
some user foo 2024-09-17 12:21:47 +02:00
4 changed files with 14 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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