This commit is contained in:
2025-11-26 18:36:04 +01:00
parent 4e6cb03e8c
commit 64def5d8ae
3 changed files with 4 additions and 2 deletions

View File

@@ -197,6 +197,7 @@
};
rpi4-1 = mkSystem {
system = "aarch64-linux";
hostname = "rpi4-1";
username = "phil";
monitorSetup = "none";

View File

@@ -5,8 +5,8 @@
home = {
inherit username;
homeDirectory = lib.mkForce "/home/${username}";
group = "${username}";
isNormaleUser = true;
#group = "${username}";
#isNormalUser = true;
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage

View File

@@ -13,6 +13,7 @@
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaLHfxVylghDMYR8t4QMUpeRRqXasNABQKBEy9MmhbUXCcWiPbPMSZH8FMHON34rm2OrXP1kY/8jQxqBJDA+SqpFR2AZ4Khk9iVMaq5GHxxpn2amZUjoBa+fB29WaiE1npV5JVJV3O0ylw6GtiCnpneE6fGx2MO1vOY/7zKrUX/OK7WfwkDpeEzZgV/j/md917HrzUVeZwdeTq3WCRO8Gew6R8Xs6FRjSiGuH0dq14D4Ow5Zf1cI1jx+JfD/5vGasw8HXPu1NdxsOE+6D7/22IKqGr+S74/lAoyyD5qqk0s05lw8UY/PXBLJaNLZu9Fwx0BqTHpJEvftpmvd9wUxgR3msx9VXtKNSrqivIbDgeU+3oGzzkrGZODl7FCp4XKGmbrX85Z6lKwEGgv5jez4MLZcmT86bxB7m1wIbqSbVtfhS+GI7yPTA/kLzzFa14Im/+LTj95pb8qs2ALMwTMP1j2f9A6D3RriOFihL+68qn+YbK58KuV1R0f+CQRmlfVbk= phil@web.cyperpunk.de"
];
shell = pkgs.fish;
group = "phil";
extraGroups = [
"video"
"kvm"