forked from foxora/nix
use cerulean snowflakes standard
This commit is contained in:
parent
7ff6be7692
commit
656a359f60
3 changed files with 45 additions and 52 deletions
18
snow.nix
18
snow.nix
|
|
@ -1,6 +1,5 @@
|
|||
{cerulean, ...} @ inputs:
|
||||
cerulean.mkNexus ./. (self: {
|
||||
nexus = {
|
||||
{inputs, ...}: {
|
||||
nodes = {
|
||||
args = {inherit inputs;};
|
||||
|
||||
modules = with inputs; [];
|
||||
|
|
@ -12,12 +11,7 @@ cerulean.mkNexus ./. (self: {
|
|||
servers = {};
|
||||
};
|
||||
|
||||
nodes = let
|
||||
inherit
|
||||
(self.nexus)
|
||||
groups
|
||||
;
|
||||
in {
|
||||
nodes = {
|
||||
nixarawrui = {
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
@ -33,7 +27,7 @@ cerulean.mkNexus ./. (self: {
|
|||
arcturus = {
|
||||
system = "x86_64-linux";
|
||||
|
||||
groups = [
|
||||
groups = groups: [
|
||||
groups.servers
|
||||
];
|
||||
|
||||
|
|
@ -120,7 +114,7 @@ cerulean.mkNexus ./. (self: {
|
|||
lyra = {
|
||||
system = "x86_64-linux";
|
||||
|
||||
groups = [
|
||||
groups = groups: [
|
||||
groups.servers
|
||||
];
|
||||
|
||||
|
|
@ -132,4 +126,4 @@ cerulean.mkNexus ./. (self: {
|
|||
};
|
||||
};
|
||||
};
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue