11 lines
139 B
Nix
11 lines
139 B
Nix
|
|
{
|
||
|
|
den.aspects = {
|
||
|
|
base = {
|
||
|
|
nixos = {
|
||
|
|
system.autoUpgrade = {
|
||
|
|
enable = false;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|