mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
c2089adbc7
commit
5cbde2e43f
4 changed files with 33 additions and 24 deletions
|
|
@ -6,9 +6,9 @@ _: {
|
|||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
deploy = {
|
||||
hostname = "10.1.1.50";
|
||||
};
|
||||
deploy = {
|
||||
hostname = "10.1.1.50";
|
||||
};
|
||||
network.networks = {
|
||||
tail = {
|
||||
#address4 = "100.70.124.79";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,11 @@
|
|||
{ config, meta, ... }: {
|
||||
|
||||
{
|
||||
config,
|
||||
meta,
|
||||
...
|
||||
}: {
|
||||
imports = let
|
||||
inherit (meta) nixos;
|
||||
in [
|
||||
in [
|
||||
nixos.sops
|
||||
nixos.tailscale
|
||||
];
|
||||
|
|
@ -12,9 +15,9 @@
|
|||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||
fsType = "ext4";
|
||||
};
|
||||
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
networking.useNetworkd = true;
|
||||
systemd.network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue