diff options
| author | adikro <adikro@disroot.org> | 2025-12-22 03:44:33 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-22 03:44:33 +0100 |
| commit | c2e7208de4e3e7d018560175808f838aa6861b68 (patch) | |
| tree | bd9cedd1bf524f3e907e6da664e5fe706e7913a1 /hosts/desktop/configuration.nix | |
| parent | f0a94a72d7f191120682e97130f8277cd56f82d0 (diff) | |
disko config for desktop host for future reinstalls
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index b74efe5..6f9b000 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,8 +1,10 @@ -{ username, ... }: +{ inputs, username, ... }: { system.stateVersion = "25.05"; imports = [ + inputs.disko.nixosModules.disko + ./hardware-configuration.nix ../../sys/default.nix ]; |
