mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-08-11 20:12:53 +02:00
♻️ refactor: better vm handling, no more scripts, we're true nix elitists here
Signed-off-by: xtrm <oss@xtrm.me>
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
{ config, pkgs, modulesPath, hostname, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
hostname,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
Reference in New Issue
Block a user