Theia: add nino

This commit is contained in:
blahai 2024-11-03 21:31:25 +02:00
parent 074e188f1c
commit a678a0893d
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -24,6 +24,13 @@
};
};
nix = {
package = pkgs.lix;
settings = {
experimental-features = [ "nix-command" "flakes" ];
};
};
zramSwap = {
enable = true;
algorithm = "zstd";
@ -246,6 +253,13 @@
"$y$j9T$KpQYYLB6eWfHAUo9.o/uy1$gnj/UlWLrx5XBZDm2GNdjHs2G5D3XxxqqtrCIf5MX43";
};
users.users.nino = {
isNormalUser = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPrTDcvk5FMuNsKEJmMpKvuYyrj/p7EBRgHhXOUcqPmi"
];
};
environment.systemPackages = with pkgs; [
git
curl