mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-26 15:12:14 +00:00
first commit
This commit is contained in:
9
modules/default.nix
Normal file
9
modules/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
# New module organization
|
||||
./gnome
|
||||
./base.nix
|
||||
./ssh.nix
|
||||
./user.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user