feat: initial commit, add flake and host 'backstage'
This commit is contained in:
commit
4c89c45e3e
7 changed files with 241 additions and 0 deletions
9
hosts/backstage/default.nix
Normal file
9
hosts/backstage/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, modulesPath, ...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./configuration.nix
|
||||
./network.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue