kasei: add testconfig file
This commit is contained in:
parent
17f019cbc0
commit
50d845a772
|
@ -12,6 +12,8 @@
|
||||||
./services/keybase.nix
|
./services/keybase.nix
|
||||||
|
|
||||||
./nspawn-containers/arch.nix
|
./nspawn-containers/arch.nix
|
||||||
|
|
||||||
|
./testconfig.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "22.05";
|
system.stateVersion = "22.05";
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
# NOTE: this file is a space where i put new configuration while i'm testing it.
|
||||||
|
# There shouldn't really be anything here, I'm not planning to commit any config here.
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue