forked from poz/niksos
fix: whoopsie daisy Xddd
This commit is contained in:
parent
2fe3807b39
commit
60e307be07
1 changed files with 1 additions and 3 deletions
|
@ -4,13 +4,11 @@
|
|||
...
|
||||
}: let
|
||||
inherit (inputs) self;
|
||||
|
||||
dupa = "dupa";
|
||||
in {
|
||||
niks = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit lib inputs self dupa;
|
||||
inherit lib inputs self;
|
||||
config' = {
|
||||
hostname = "niks";
|
||||
username = "jacek";
|
||||
|
|
Loading…
Reference in a new issue