Continue porting darwin, make settei module(s) more reusable by others.
This commit is contained in:
parent
823721ac52
commit
f4890a5d74
8 changed files with 32 additions and 18 deletions
|
@ -2,4 +2,11 @@
|
|||
imports = [
|
||||
./hercules.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
system.stateVersion = "22.05";
|
||||
|
||||
# https://github.com/NixOS/nixpkgs/issues/254807
|
||||
boot.swraid.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue