Skip to content

Commit

Permalink
Move username description to personal module
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Feb 29, 2024
1 parent 8b524bf commit cd976f3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions hostModules/personal/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ in
uid = lib.mkDefault 1000;
extraGroups = [ "wheel" "media" ];
shell = pkgs.zsh;
description = lib.mkDefault "Nikita";
};

services.fwupd.enable = lib.mkDefault true;
Expand Down
4 changes: 0 additions & 4 deletions hosts/cochrane/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@
];

fonts.fontconfig.subpixel.rgba = "vbgr";

users.users.nikita = {
description = "Nikita Wootten";
};
}
4 changes: 0 additions & 4 deletions hosts/dionysus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

users.users.nikita = {
description = "Nikita Wootten";
};
}
4 changes: 0 additions & 4 deletions hosts/voyager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,4 @@
# Enable swap on luks
boot.initrd.luks.devices."luks-4a0aabeb-46fd-48b4-b11e-96ba338f25e7".device = "/dev/disk/by-uuid/4a0aabeb-46fd-48b4-b11e-96ba338f25e7";
boot.initrd.luks.devices."luks-4a0aabeb-46fd-48b4-b11e-96ba338f25e7".keyFile = "/crypto_keyfile.bin";

users.users.nikita = {
description = "Nikita Wootten";
};
}

0 comments on commit cd976f3

Please sign in to comment.