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 =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../common/tailscale.nix
|
../common
|
||||||
../common/security.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../common/tailscale.nix
|
../common
|
||||||
../common/security.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue