diff options
| author | adikro <adikro@disroot.org> | 2025-12-20 23:52:35 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-20 23:52:35 +0100 |
| commit | f0acd5c32d4e46cd3ad6fc1b848e9bf325a6d3f5 (patch) | |
| tree | 918c195140fd06a1bc36030c0c81e68b7739e377 /hosts/laptop/configuration.nix | |
| parent | 9b3418c0c0ae4c945c51430fd59956e7ad8bd90e (diff) | |
installed nixos on the laptop host, updated disko
Diffstat (limited to 'hosts/laptop/configuration.nix')
| -rw-r--r-- | hosts/laptop/configuration.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c3f2d24..b77bbb3 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,10 +1,12 @@ -{ username, ... }: +{ username, inputs, ... }: { system.stateVersion = "25.05"; imports = [ - ./hardware-configuration.nix + inputs.disko.nixosModules.disko ./disko.nix + + ./hardware-configuration.nix ../../sys/default.nix ]; |
