mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-02-23 00:17:10 +01:00
hw config for forgejo-runner-1
This commit is contained in:
parent
5250e8552e
commit
bca52c8bf6
|
@ -26,38 +26,38 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems = {
|
fileSystems = {
|
||||||
# "/" = {
|
"/" = {
|
||||||
# device = "/dev/disk/by-uuid/3263489d-9819-433c-b198-9d2e732a94e4";
|
device = "/dev/disk/by-uuid/47bc77ff-12e1-4d39-bb5c-fb100ccd3aab";
|
||||||
# fsType = "ext4";
|
fsType = "ext4";
|
||||||
# };
|
};
|
||||||
# "/boot" = {
|
"/boot" = {
|
||||||
# device = "/dev/disk/by-uuid/6C25-6BDC";
|
device = "/dev/disk/by-uuid/05F2-8F9A";
|
||||||
# fsType = "vfat";
|
fsType = "vfat";
|
||||||
# options = [
|
options = [
|
||||||
# "fmask=0077"
|
"fmask=0077"
|
||||||
# "dmask=0077"
|
"dmask=0077"
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
# swapDevices = [
|
swapDevices = [
|
||||||
# { device = "/dev/disk/by-uuid/e147721d-86b5-40d7-a231-c6ea391c563d"; }
|
{ device = "/dev/disk/by-uuid/bbd18a70-b0bb-4e1a-b45b-3c1f8eccc0c10"; }
|
||||||
# ];
|
];
|
||||||
|
|
||||||
# networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
# systemd.network = {
|
systemd.network = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# networks."10-wan" = {
|
networks."10-wan" = {
|
||||||
# matchConfig.Name = "enp1s0";
|
matchConfig.Name = "enp1s0";
|
||||||
# networkConfig.DHCP = "ipv4";
|
networkConfig.DHCP = "ipv4";
|
||||||
# address = [
|
address = [
|
||||||
# "2a01:4f8:c013:65dd::1/64"
|
"2a01:4f8:c013:a524::1/64"
|
||||||
# ];
|
];
|
||||||
# routes = [
|
routes = [
|
||||||
# { Gateway = "fe80::1"; }
|
{ Gateway = "fe80::1"; }
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue