configuring adampad/adam

This commit is contained in:
cnst
2024-07-25 19:01:42 +02:00
parent c779c2a580
commit 29da8ca94a
10 changed files with 189 additions and 76 deletions

View File

@@ -9,7 +9,7 @@
}: let
ifTheyExist = groups: builtins.filter (group: builtins.hasAttr group config.users.groups) groups;
in {
users.users.adam = {
users.users.cnst = {
isNormalUser = true;
shell = pkgs.zsh;
# openssh.authorizedKeys.keys = [];
@@ -25,6 +25,7 @@ in {
"qemu-libvirtd"
"kvm"
"network"
"gamemode"
"adbusers"
"rtkit"
"users"
@@ -72,12 +73,6 @@ in {
efi.canTouchEfiVariables = true;
};
# Enable networking
networking = {
networkmanager.enable = true;
hostName = "adampad";
};
environment.sessionVariables = {
FLAKE = "/home/adam/.nix-config";
};