config | get w1 working
This commit is contained in:
parent
8633aab463
commit
3a719d390f
5 changed files with 108 additions and 17 deletions
|
|
@ -17,5 +17,16 @@
|
|||
# ../server/unifi.nix
|
||||
];
|
||||
networking.hostName = "fred";
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
boot = {
|
||||
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
efiSysMountPoint = "/boot";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue