Removed unicode characters
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
inputs = {
|
||||
# Core Nixpkgs
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
# Disk‑partitioning 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 = [
|
||||
# Disk‑partitioning 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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user