mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
feat: update flake and switch to append only backups
This commit is contained in:
parent
71d353f18a
commit
1aeef2283a
10 changed files with 119 additions and 155 deletions
|
@ -4,7 +4,10 @@
|
|||
"services/networking/netbird.nix"
|
||||
];
|
||||
|
||||
hardware.nvidia.modesetting.enable = builtins.trace "remove once #330748 is merged" true;
|
||||
# Not setting this causes infinite recursion because it has a very weird default.
|
||||
# The default should probably be removed upstream and only applied with mkDefault
|
||||
# if hardware.nvidia.enable is true
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
|
||||
imports = [
|
||||
inputs.agenix-rekey.nixosModules.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue