diff options
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 1 | ||||
| -rw-r--r-- | hosts/c-pc/networking.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 72b97f2..9d11121 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -108,4 +108,3 @@ # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . system.stateVersion = "23.11"; # Did you read the comment? 🤨 } - diff --git a/hosts/c-pc/networking.nix b/hosts/c-pc/networking.nix index 31632c1..da8e074 100644 --- a/hosts/c-pc/networking.nix +++ b/hosts/c-pc/networking.nix @@ -24,4 +24,3 @@ }; }; } - |