Nix fmt rfc style (more or less)

This commit is contained in:
Filippo Berto 2024-08-13 12:22:23 +02:00
parent e7496c447a
commit 515f098644
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
146 changed files with 2607 additions and 906 deletions

View file

@ -1,7 +1,14 @@
{
users.users.bertof = {
isNormalUser = true;
extraGroups = [ "libvirtd" "kvm" "network" "networkmanager" "wheel" "tss" ];
extraGroups = [
"libvirtd"
"kvm"
"network"
"networkmanager"
"wheel"
"tss"
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC3W3Btk1qtLHU69aFwseDuKU6PJMA+NxVXJXiRNhDce bertof@odin"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7mcf8fbMo1eXqSJeVFWaweB+JOU+67dFuf8laZKZZG bertof@thor"

View file

@ -8,4 +8,3 @@
];
};
}