chore: probably a better way of handling this

This commit is contained in:
notohh 2023-03-01 05:36:39 -05:00
parent b6a8425353
commit 8fe96150e5
Signed by: notohh
GPG key ID: BD47506D475EE86D
4 changed files with 12 additions and 6 deletions

9
hosts/common/default.nix Normal file
View file

@ -0,0 +1,9 @@
{
default,
...
}: {
imports = [
./tailscale.nix
./security.nix
];
}

View file

@ -4,8 +4,7 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../common/tailscale.nix ../common
../common/security.nix
]; ];
boot.loader = { boot.loader = {

View file

@ -4,8 +4,7 @@
imports = imports =
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../common/tailscale.nix ../common
../common/security.nix
]; ];
boot.loader = { boot.loader = {

View file

@ -5,8 +5,7 @@
[ [
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/home/wayland ../../modules/home/wayland
../common/security.nix ../common
../common/tailscale.nix
]; ];
# bootloader # bootloader