clean(?) stuff
This commit is contained in:
parent
b6a5f08110
commit
fd70c920c5
4 changed files with 23 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue