Initial commit
This commit is contained in:
commit
b89303566a
6 changed files with 462 additions and 0 deletions
20
hosts/wsl/configuration.nix
Normal file
20
hosts/wsl/configuration.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
pkgs,
|
||||
outputs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
../../modules/grafana
|
||||
../shared
|
||||
];
|
||||
|
||||
networking.hostName = "wsl";
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "nixos";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue