set up defiant

This commit is contained in:
Leyla Becker 2024-08-31 11:53:34 -05:00
parent aabad6f30e
commit eca25529d7
7 changed files with 61 additions and 24 deletions

View file

@ -0,0 +1,12 @@
# server nas
{ config, pkgs, inputs, ... }:
{
imports =
[
inputs.sops-nix.nixosModules.sops
./hardware-configuration.nix
../../enviroments/server
];
}

View file

@ -0,0 +1,11 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
}