summaryrefslogtreecommitdiff
path: root/hosts/laptop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-20 23:52:35 +0100
committeradikro <adikro@disroot.org>2025-12-20 23:52:35 +0100
commitf0acd5c32d4e46cd3ad6fc1b848e9bf325a6d3f5 (patch)
tree918c195140fd06a1bc36030c0c81e68b7739e377 /hosts/laptop/configuration.nix
parent9b3418c0c0ae4c945c51430fd59956e7ad8bd90e (diff)
installed nixos on the laptop host, updated disko
Diffstat (limited to 'hosts/laptop/configuration.nix')
-rw-r--r--hosts/laptop/configuration.nix6
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
];