diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-12-22 23:00:07 +0100 |
| commit | d2b6cf44a3277fd5d04bc10110d344827217e24e (patch) | |
| tree | 6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /modules/default.nix | |
| parent | ee7b1d28e41a5ef25686ae1efc58b862e282813a (diff) | |
nixfmt
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/modules/default.nix b/modules/default.nix index 3640cf4..c2cb665 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,7 +1,5 @@ { pkgs, - lib, - config, inputs, ... }: @@ -17,10 +15,10 @@ ]; nixpkgs.overlays = [ - (import ../overlays/stable_overrides.nix { - nixpkgs-stable = inputs.nixpkgs-stable; - inherit pkgs; - }) + (import ../overlays/stable_overrides.nix { + nixpkgs-stable = inputs.nixpkgs-stable; + inherit pkgs; + }) ]; nix.settings.experimental-features = [ @@ -37,7 +35,6 @@ }; time.timeZone = "Europe/Amsterdam"; # Set timezone - sops.defaultSopsFile = ./secrets/secrets.yaml; sops.age.sshKeyPaths = [ "/etc/ssh_host_ed25519_key" ]; sops.age.keyFile = "/var/lib/sops-nix/key.txt"; |
