fix(sanji): add users

This commit is contained in:
Florian Schmitt 2024-12-26 23:56:30 +03:00
parent 4176ee3f56
commit d6b729ebab

View file

@ -8,6 +8,8 @@
./hardware-configuration.nix
../modules/nixin-base.nix
../modules/wireguard-client.nix
../modules/users.nix
../modules/nixin-web.nix
];
boot.kernel.sysctl = {
@ -26,11 +28,16 @@
endpointKey = "cUmp55I20JEhxr+RMmOsX+6U9kcDiAq3grnvzjQ642w=";
};
nixin.web = {
domain = "nixin.sanji.mrflos.pw";
http-port = 8081;
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
neovim
magic-wormhole
git
];
boot.loader.systemd-boot.enable = true;