This commit is contained in:
26
systems/sandbox/cfg.nix
Normal file
26
systems/sandbox/cfg.nix
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
syscfg = {
|
||||
hostname = "sandbox";
|
||||
defaultUser = "sora";
|
||||
users = [{
|
||||
username = "sora";
|
||||
git = {
|
||||
email = "soraefir+git@helcel";
|
||||
username = "soraefir";
|
||||
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
|
||||
};
|
||||
}];
|
||||
make = {
|
||||
gui = false;
|
||||
cli = true;
|
||||
virt = true;
|
||||
power = false;
|
||||
game = false;
|
||||
develop = false;
|
||||
};
|
||||
net = {
|
||||
wlp = { enable = false; };
|
||||
wg = { enable = false; };
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user