Compare commits
No commits in common. "15576122098d7aa99f7b2566fc91fd96d804d8e0" and "a50d842d23e4362e6c0801715859ef74c21a07c4" have entirely different histories.
1557612209
...
a50d842d23
4 changed files with 2 additions and 14 deletions
|
@ -96,8 +96,6 @@
|
||||||
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 = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -44,9 +44,6 @@
|
||||||
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
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
users.users.sammy = {
|
users.users.sammy = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
|
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||||
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;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, flake, ... }: {
|
{ flake, ... }: {
|
||||||
imports = (builtins.attrValues flake.homeManagerModules);
|
imports = (builtins.attrValues flake.homeManagerModules);
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
@ -15,13 +15,6 @@
|
||||||
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 = [
|
||||||
|
|
Loading…
Reference in a new issue