From dec36d2e9aaca7ca7149a244aa984e97925a3dba Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 17 May 2026 01:05:14 +0200 Subject: moved ssh and tailscale to srv, revamped netwroking modules --- hosts/bibus-lab/configuration.nix | 14 ++++++++++++++ hosts/bibus-lab/disko.nix | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 hosts/bibus-lab/configuration.nix create mode 100644 hosts/bibus-lab/disko.nix (limited to 'hosts/bibus-lab') diff --git a/hosts/bibus-lab/configuration.nix b/hosts/bibus-lab/configuration.nix new file mode 100644 index 0000000..13e1a3b --- /dev/null +++ b/hosts/bibus-lab/configuration.nix @@ -0,0 +1,14 @@ +{ inputs, username, ... }: +{ + system.stateVersion = "26.05"; + + imports = [ + inputs.disko.nixosModules.disko + ./disko.nix + + ../../os/default.nix + ]; + + hardware.facter.reportPath = ./facter.json; + +} diff --git a/hosts/bibus-lab/disko.nix b/hosts/bibus-lab/disko.nix new file mode 100644 index 0000000..0691fc0 --- /dev/null +++ b/hosts/bibus-lab/disko.nix @@ -0,0 +1,4 @@ +{ + disko.devices = { + }; +} -- cgit v1.3