diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-03 19:43:54 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:29 -0700 |
| commit | b316d8c9061f0345a1cf08e024a342f7bfa3ad9e (patch) | |
| tree | c26b60f8bfe2ed81879073ec0efaaafc6917de87 /snowfall/modules/nixos | |
| parent | 5a0a36726756bc2a88770f8fd65418b6d3ce007b (diff) | |
migration: formatting
Diffstat (limited to 'snowfall/modules/nixos')
| -rw-r--r-- | snowfall/modules/nixos/system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snowfall/modules/nixos/system/default.nix b/snowfall/modules/nixos/system/default.nix index a6a570b..9fa3902 100644 --- a/snowfall/modules/nixos/system/default.nix +++ b/snowfall/modules/nixos/system/default.nix @@ -18,4 +18,4 @@ in { networking.hostName = cfg.hostname; networking.hostId = cfg.id; }; -}
\ No newline at end of file +} |