Removed unicode characters
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
inputs = {
|
inputs = {
|
||||||
# Core Nixpkgs
|
# Core Nixpkgs
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
# Disk‑partitioning helper
|
# Disk-partitioning helper
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# Secrets handling
|
# Secrets handling
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
# Disk‑partitioning helper
|
# Disk-partitioning helper
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
# Secrets handling
|
# Secrets handling
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
# Core host configuration
|
# Core host configuration
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# Podman services – automatically added from ./podman/*.nix
|
# Podman services - automatically added from ./podman/*.nix
|
||||||
] ++ podmanModules;
|
] ++ podmanModules;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user