fix(specialisation): desactivate for evaluation problems
This commit is contained in:
parent
25636c07bc
commit
ce1e257861
1 changed files with 7 additions and 7 deletions
|
@ -36,13 +36,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
specialisation = {
|
||||
router.configuration.imports = [ ./router.nix ];
|
||||
fsck.configuration.fileSystems."/".options = [
|
||||
"fsck"
|
||||
"fix_errors"
|
||||
];
|
||||
};
|
||||
# specialisation = {
|
||||
# router.configuration.imports = [ ./router.nix ];
|
||||
# fsck.configuration.fileSystems."/".options = [
|
||||
# "fsck"
|
||||
# "fix_errors"
|
||||
# ];
|
||||
# };
|
||||
|
||||
nix.settings = mkMerge [
|
||||
((import sources.dgnum-infra { }).mkCacheSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue