fixed disko configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
flake.nixosConfigurations.server02 = inputs.nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = with self.nixosModules;
|
||||
[
|
||||
server02Configuration
|
||||
@@ -12,7 +13,10 @@
|
||||
++ (with inputs.nix-config.nixosModules; [
|
||||
nvim
|
||||
git
|
||||
zsh
|
||||
]);
|
||||
# zsh
|
||||
])
|
||||
++ [
|
||||
inputs.disko.nixosModules.disko
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user