diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-03-25 15:32:57 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-03-25 15:32:57 -0500 |
| commit | 3dda4681d6adc9facb8956b0e1bea24438092955 (patch) | |
| tree | f40db58ba0394d84a9f800f48696c5d23b66c202 /modules | |
| parent | 2a50a86e3faea6deae9adc76572cc543baf678d3 (diff) | |
flake.nix + initial host config
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/hosts/hostBoilerplate.nix | 5 | ||||
| -rw-r--r-- | modules/hosts/shar/shar.nix | 0 | ||||
| -rw-r--r-- | modules/hosts/tiamat/tiamat.nix | 0 | ||||
| -rw-r--r-- | modules/hosts/vecna/vecna.nix | 0 |
4 files changed, 5 insertions, 0 deletions
diff --git a/modules/hosts/hostBoilerplate.nix b/modules/hosts/hostBoilerplate.nix new file mode 100644 index 0000000..14b7c84 --- /dev/null +++ b/modules/hosts/hostBoilerplate.nix @@ -0,0 +1,5 @@ +{ + flake.nixosModules.hostBoilerplate = {lib, ...}: { + options. + }; +} diff --git a/modules/hosts/shar/shar.nix b/modules/hosts/shar/shar.nix new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/modules/hosts/shar/shar.nix diff --git a/modules/hosts/tiamat/tiamat.nix b/modules/hosts/tiamat/tiamat.nix new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/modules/hosts/tiamat/tiamat.nix diff --git a/modules/hosts/vecna/vecna.nix b/modules/hosts/vecna/vecna.nix new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/modules/hosts/vecna/vecna.nix |
