move system to build it
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
syscfg = {
|
||||
hostname = "avalon";
|
||||
type = "nixos";
|
||||
defaultUser = "sora";
|
||||
users = [
|
||||
{
|
||||
username = "sora";
|
||||
git = {
|
||||
email = "soraefir+git@helcel";
|
||||
username = "soraefir";
|
||||
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
|
||||
};
|
||||
}
|
||||
{
|
||||
username = "git";
|
||||
git = {
|
||||
email = "git+git@helcel";
|
||||
username = "git";
|
||||
key = "";
|
||||
};
|
||||
}
|
||||
];
|
||||
make = {
|
||||
cli = true;
|
||||
virt = true;
|
||||
};
|
||||
net = {
|
||||
wg = {
|
||||
enable = true;
|
||||
ip4 = "10.10.1.2/32";
|
||||
ip6 = "fd10:10:10::2/128";
|
||||
pubkey = "QlvpTiK6s/lIha9vKmo+teSy2Nw52qWLYatYjxVan3U=";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{ config, inputs, ... }: {
|
||||
imports = with inputs.hardware.nixosModules;
|
||||
[
|
||||
./hardware.nix
|
||||
# common-cpu-intel
|
||||
# common-gpu-intel
|
||||
];
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{ ... }:{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user