move system to build it

This commit is contained in:
soraefir
2026-06-21 23:30:56 +02:00
parent 5c61353575
commit 9514a3006c
3 changed files with 0 additions and 0 deletions
+37
View File
@@ -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=";
};
};
};
}
+9
View File
@@ -0,0 +1,9 @@
{ config, inputs, ... }: {
imports = with inputs.hardware.nixosModules;
[
./hardware.nix
# common-cpu-intel
# common-gpu-intel
];
}
+3
View File
@@ -0,0 +1,3 @@
{ ... }:{
}