Infini-FRAMEWORK/router: persist directory in module
This commit is contained in:
parent
e941f94e3c
commit
3b1df4f6bc
2 changed files with 7 additions and 12 deletions
|
@ -18,18 +18,6 @@
|
||||||
|
|
||||||
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF7PmPq/7e+YIVAvIcs6EOJ3pZVJhinwus6ZauJ3aVp0 root@Infini-FRAMEWORK";
|
age.rekey.hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF7PmPq/7e+YIVAvIcs6EOJ3pZVJhinwus6ZauJ3aVp0 root@Infini-FRAMEWORK";
|
||||||
|
|
||||||
persist = {
|
|
||||||
directories = [
|
|
||||||
{
|
|
||||||
directory = "/var/lib/dnsmasq/";
|
|
||||||
user = "dnsmasq";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
files = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
boot.binfmt.addEmulatedSystemsToNixSandbox = true;
|
boot.binfmt.addEmulatedSystemsToNixSandbox = true;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
{
|
{
|
||||||
|
persist.directories = [
|
||||||
|
{
|
||||||
|
directory = "/var/lib/dnsmasq/";
|
||||||
|
user = "dnsmasq";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
specialisation.router.configuration = {
|
specialisation.router.configuration = {
|
||||||
networking = {
|
networking = {
|
||||||
interfaces."enp0s13f0u1" = {
|
interfaces."enp0s13f0u1" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue