fix duplicated keys

This commit is contained in:
uku 2024-02-15 19:25:35 +01:00
parent c1a3ca9828
commit e1bb498f5e
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -7,10 +7,7 @@
}: let
username = "leo";
in {
imports = [
../programs
(lib.mkAliasOptionModule ["hm"] ["home-manager" "users" username])
];
imports = [../programs];
boot = {
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
@ -171,13 +168,6 @@ in {
sound.enable = true;
users.users."${username}" = {
isNormalUser = true;
shell = pkgs.fish;
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
hashedPasswordFile = config.age.secrets.userPassword.path;
};
virtualisation.libvirtd.enable = true;
xdg = {