wip: dnsc-machine setup
This commit is contained in:
parent
604e582c01
commit
a53696211b
2 changed files with 3 additions and 7 deletions
|
|
@ -69,12 +69,6 @@
|
|||
nixosConfigurations.dnsc-machine = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
pkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
overlays = [
|
||||
self.overlays.default
|
||||
];
|
||||
};
|
||||
modules = [
|
||||
./hosts/dnsc-machine
|
||||
];
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -26,8 +27,9 @@
|
|||
|
||||
# Device specific overlays
|
||||
# Overlays for all devices are defined
|
||||
# in modules/default.nix
|
||||
# in flake.nix
|
||||
nixpkgs.overlays = [
|
||||
self.overlays.default
|
||||
inputs.zellij-switch.overlays.default
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue