fix: whoopsie daisy Xddd

This commit is contained in:
jacekpoz 2023-09-14 20:51:12 +02:00
parent 2fe3807b39
commit 60e307be07
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -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";