mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
nix: add vps setup
This commit is contained in:
parent
028a52d9ff
commit
50015669e1
10 changed files with 433 additions and 0 deletions
11
nix/hosts/thought/default.nix
Normal file
11
nix/hosts/thought/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./digitalocean.nix
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../users/q.nix
|
||||
../../modules/forgejo.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue