refector
This commit is contained in:
parent
42f15beccf
commit
ed42006971
21 changed files with 271 additions and 366 deletions
9
modules/mizukios/machine.nix
Normal file
9
modules/mizukios/machine.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./base
|
||||
"${inputs.self}/modules/mizukios/features/remote/ssh.nix"
|
||||
];
|
||||
|
||||
networking.firewall.enable = false;
|
||||
}
|
||||
Loading…
Reference in a new issue