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
|
}: let
|
||||||
inherit (inputs) self;
|
inherit (inputs) self;
|
||||||
|
|
||||||
dupa = "dupa";
|
|
||||||
in {
|
in {
|
||||||
niks = lib.nixosSystem {
|
niks = lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit lib inputs self dupa;
|
inherit lib inputs self;
|
||||||
config' = {
|
config' = {
|
||||||
hostname = "niks";
|
hostname = "niks";
|
||||||
username = "jacek";
|
username = "jacek";
|
||||||
|
|
Loading…
Reference in a new issue