fixed retooling for flake.nix
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
{ config, pkgs, lib, roleStateFile, customFile, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./modules/modules.nix
|
||||
roleStateFile
|
||||
customFile
|
||||
./iso/branding.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -23,12 +23,10 @@
|
||||
{
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
roleStateFile = /etc/nixos/role-state.nix;
|
||||
customFile = /etc/nixos/custom.nix;
|
||||
};
|
||||
modules = [
|
||||
self.nixosModules.Sovran_SystemsOS
|
||||
/etc/nixos/role-state.nix
|
||||
/etc/nixos/custom.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user