mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-26 00:19:11 +00:00
flake: remove Disko as a shared module
This commit is contained in:
parent
843310e8b8
commit
79b2d06a23
@ -12,6 +12,9 @@
|
|||||||
ni = {
|
ni = {
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
formats = null;
|
formats = null;
|
||||||
|
modules = [
|
||||||
|
inputs.disko.nixosModules.disko
|
||||||
|
];
|
||||||
homeManagerUsers = {
|
homeManagerUsers = {
|
||||||
nixpkgsInstance = "global";
|
nixpkgsInstance = "global";
|
||||||
users.foo-dogsquared = {
|
users.foo-dogsquared = {
|
||||||
@ -38,6 +41,9 @@
|
|||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" ];
|
||||||
formats = null;
|
formats = null;
|
||||||
domain = "foodogsquared.one";
|
domain = "foodogsquared.one";
|
||||||
|
modules = [
|
||||||
|
inputs.disko.nixosModules.disko
|
||||||
|
];
|
||||||
deploy = {
|
deploy = {
|
||||||
hostname = "plover.foodogsquared.one";
|
hostname = "plover.foodogsquared.one";
|
||||||
autoRollback = true;
|
autoRollback = true;
|
||||||
@ -65,6 +71,7 @@
|
|||||||
systems = [ "aarch64-linux" "x86_64-linux" ];
|
systems = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
formats = [ "install-iso-graphical" ];
|
formats = [ "install-iso-graphical" ];
|
||||||
diskoConfigs = [ "external-hdd" ];
|
diskoConfigs = [ "external-hdd" ];
|
||||||
|
shouldBePartOfNixOSConfigurations = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# The WSL system (that is yet to be used).
|
# The WSL system (that is yet to be used).
|
||||||
@ -86,7 +93,6 @@
|
|||||||
# Only have third-party modules with optional NixOS modules.
|
# Only have third-party modules with optional NixOS modules.
|
||||||
inputs.nix-index-database.nixosModules.nix-index
|
inputs.nix-index-database.nixosModules.nix-index
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.disko.nixosModules.disko
|
|
||||||
|
|
||||||
# The rainbow road to ricing your raw materials.
|
# The rainbow road to ricing your raw materials.
|
||||||
inputs.self.nixosModules.bahaghari
|
inputs.self.nixosModules.bahaghari
|
||||||
|
Loading…
Reference in New Issue
Block a user