fix(sanji): add users
This commit is contained in:
parent
4176ee3f56
commit
d6b729ebab
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../modules/nixin-base.nix
|
../modules/nixin-base.nix
|
||||||
../modules/wireguard-client.nix
|
../modules/wireguard-client.nix
|
||||||
|
../modules/users.nix
|
||||||
|
../modules/nixin-web.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
|
@ -26,11 +28,16 @@
|
||||||
endpointKey = "cUmp55I20JEhxr+RMmOsX+6U9kcDiAq3grnvzjQ642w=";
|
endpointKey = "cUmp55I20JEhxr+RMmOsX+6U9kcDiAq3grnvzjQ642w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nixin.web = {
|
||||||
|
domain = "nixin.sanji.mrflos.pw";
|
||||||
|
http-port = 8081;
|
||||||
|
};
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue