Removed unicode characters

This commit is contained in:
Raphaël
2026-02-12 10:06:01 +01:00
parent aceca6cdc4
commit 46ef39cd10
+3 -3
View File
@@ -2,7 +2,7 @@
inputs = {
# Core Nixpkgs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
# Diskpartitioning helper
# Disk-partitioning helper
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
# Secrets handling
@@ -34,7 +34,7 @@
inherit system;
specialArgs = { inherit inputs; };
modules = [
# Diskpartitioning helper
# Disk-partitioning helper
disko.nixosModules.disko
# Secrets handling
sops-nix.nixosModules.sops
@@ -43,7 +43,7 @@
# Core host configuration
./configuration.nix
./hardware-configuration.nix
# Podman services automatically added from ./podman/*.nix
# Podman services - automatically added from ./podman/*.nix
] ++ podmanModules;
};
};