chore: probably a better way of handling this
This commit is contained in:
parent
b6a8425353
commit
8fe96150e5
4 changed files with 12 additions and 6 deletions
9
hosts/common/default.nix
Normal file
9
hosts/common/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
default,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./tailscale.nix
|
||||
./security.nix
|
||||
];
|
||||
}
|
|
@ -4,8 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../common/tailscale.nix
|
||||
../common/security.nix
|
||||
../common
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../common/tailscale.nix
|
||||
../common/security.nix
|
||||
../common
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/home/wayland
|
||||
../common/security.nix
|
||||
../common/tailscale.nix
|
||||
../common
|
||||
];
|
||||
|
||||
# bootloader
|
||||
|
|
Loading…
Reference in a new issue