mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Theia: add nino
This commit is contained in:
parent
074e188f1c
commit
a678a0893d
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue