mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: import wireguard to lily, import lily's services, disable firewall temporarily; chore: remove an old zfs line
This commit is contained in:
parent
02dea23351
commit
eb6151b1ac
2 changed files with 6 additions and 2 deletions
|
|
@ -17,7 +17,9 @@ in
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./variables.nix
|
./variables.nix
|
||||||
./dns.nix
|
./dns.nix
|
||||||
|
./wireguard.nix
|
||||||
./../../modules/core/default.router.nix
|
./../../modules/core/default.router.nix
|
||||||
|
./../../modules/services/lily.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
liv = {
|
liv = {
|
||||||
|
|
@ -26,7 +28,6 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
supportedFilesystems = [ "zfs" ];
|
|
||||||
loader.grub = {
|
loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
|
|
@ -52,7 +53,7 @@ in
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = false;
|
||||||
allowPing = true;
|
allowPing = true;
|
||||||
|
|
||||||
# allow ssh on *all* interfaces, even wan.
|
# allow ssh on *all* interfaces, even wan.
|
||||||
|
|
|
||||||
3
hosts/lily/wireguard.nix
Normal file
3
hosts/lily/wireguard.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue