mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
added nuc
This commit is contained in:
parent
9346f157b7
commit
c0767193c9
7 changed files with 127 additions and 1 deletions
|
@ -37,6 +37,14 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
nuc = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs.inputs = attrs;
|
||||
modules = [
|
||||
./hosts/nuc
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue