flake: update
This commit is contained in:
parent
3090169524
commit
72871bbb6b
3 changed files with 85 additions and 85 deletions
|
@ -40,6 +40,11 @@
|
|||
self.nixosModules.settei
|
||||
self.nixosModules.common
|
||||
sharedOptions
|
||||
{
|
||||
disabledModules = [
|
||||
"services/networking/atticd.nix"
|
||||
];
|
||||
}
|
||||
];
|
||||
specialArgs.configurationName = "base";
|
||||
};
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
};
|
||||
|
||||
boot = {
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue