diff options
author | Emile <git@emile.space> | 2025-02-10 23:58:05 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-10 23:58:05 +0100 |
commit | 906026e924e3aac0f0ed32ec8ab2f7468e8e1c0a (patch) | |
tree | cadcd8aa380b713a573266701d0b63b766c93b97 /nix/modules/x86_64-linux.nix | |
parent | f62271e0d0739cbc7a4fae21ebfcd76e0e7e9d58 (diff) |
corrino: libvirtnix foo, less XML, more nix!
So I've finally started this. Let's see how far I can push this!
Diffstat (limited to 'nix/modules/x86_64-linux.nix')
-rw-r--r-- | nix/modules/x86_64-linux.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/modules/x86_64-linux.nix b/nix/modules/x86_64-linux.nix index b913c68..e5dbc64 100644 --- a/nix/modules/x86_64-linux.nix +++ b/nix/modules/x86_64-linux.nix @@ -4,5 +4,6 @@ ./r2wars-web ./remarvin ./filebrowser + ./libvirtnix ]; } |