chore: nf-fmt-nix

This commit is contained in:
Kat Inskip 2024-09-05 00:57:48 -07:00
parent c2089adbc7
commit 5cbde2e43f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 33 additions and 24 deletions

View file

@ -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";

View file

@ -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 = {

View file

@ -1,4 +1,8 @@
{config, lib, ...}: let
{
config,
lib,
...
}: let
inherit (lib.strings) concatStringsSep;
dot = concatStringsSep ".";
cutie = dot ["cutie" "moe"];