clean(?) stuff

This commit is contained in:
Cy Pokhrel 2024-11-26 01:09:13 -05:00
parent b6a5f08110
commit fd70c920c5
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
4 changed files with 23 additions and 11 deletions

View file

@ -9,12 +9,13 @@
};
};
outputs = { self, nixpkgs, sops-nix }:
outputs = { self, nixpkgs, sops-nix, ... }@inputs:
let
lib = nixpkgs.lib;
in {
nixosConfigurations = {
ytnix = lib.nixosSystem {
specialArgs = { inherit inputs; };
system = "x86_64-linux";
modules = [
./configuration.nix