feat: Refactor web-servers module and move common configuration to common.nix
This commit is contained in:
parent
7093a338f4
commit
e5f942acbe
7 changed files with 94 additions and 76 deletions
9
systems/x86_64-linux/common.nix
Normal file
9
systems/x86_64-linux/common.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
system.mainUser = {
|
||||
name = "rafiq";
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdsZyY3gu8IGB8MzMnLdh+ClDxQQ2RYG9rkeetIKq8n";
|
||||
email = "rafiq@rrv.sh";
|
||||
};
|
||||
server.mountHelios = true;
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue