hosts: update inputs

This commit is contained in:
notohh 2024-04-23 10:55:50 -04:00
parent 30f5b57fab
commit 1b656f3467
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 6 additions and 4 deletions

View file

@ -1,12 +1,14 @@
{ {
inputs,
config, config,
lib, lib,
modulesPath, modulesPath,
... ...
}: { }: {
imports = [ imports = [
./disko-config.nix inputs.disko.nixosModules.default
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
./disko-config.nix
]; ];
boot = { boot = {

View file

@ -11,7 +11,6 @@
atticModule = inputs.attic.nixosModules.atticd; atticModule = inputs.attic.nixosModules.atticd;
nurModule = inputs.nur.nixosModules.nur; nurModule = inputs.nur.nixosModules.nur;
t480Module = inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480; t480Module = inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t480;
diskoModule = inputs.disko.nixosModules.default;
in { in {
tsuki = nixosSystem { tsuki = nixosSystem {
inherit specialArgs; inherit specialArgs;
@ -21,7 +20,6 @@
hmModule hmModule
atticModule atticModule
nurModule nurModule
diskoModule
{ {
home-manager = { home-manager = {
useGlobalPkgs = true; useGlobalPkgs = true;

View file

@ -1,12 +1,14 @@
{ {
inputs,
config, config,
lib, lib,
modulesPath, modulesPath,
... ...
}: { }: {
imports = [ imports = [
# ./disko-config.nix inputs.disko.nixosModules.default
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
# ./disko-config.nix
]; ];
boot = { boot = {