absolutely pointless rename because I felt like it
This commit is contained in:
parent
0e712445a2
commit
6072a82432
1 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
inherit (inputs) self;
|
||||
inherit (self) lib;
|
||||
|
||||
createSystem = systemDir: lib.nixosSystem {
|
||||
createHost = systemDir: lib.nixosSystem {
|
||||
system = null;
|
||||
specialArgs = {inherit lib inputs self;};
|
||||
modules = [
|
||||
|
@ -14,13 +14,13 @@
|
|||
];
|
||||
};
|
||||
in {
|
||||
niks = createSystem ./niks;
|
||||
niks = createHost ./niks;
|
||||
|
||||
del = createSystem ./del;
|
||||
del = createHost ./del;
|
||||
|
||||
hape = createSystem ./hape;
|
||||
hape = createHost ./hape;
|
||||
|
||||
chmura = createSystem ./chmura;
|
||||
chmura = createHost ./chmura;
|
||||
|
||||
${inputs.work-secrets.hostname} = createSystem ./work;
|
||||
${inputs.work-secrets.hostname} = createHost ./work;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue