adds firewall.nix and udev.nix, udev.nix will need later work, but this will be done as needed
This commit is contained in:
parent
c0b56e883d
commit
2d55290697
7 changed files with 185 additions and 8 deletions
|
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, home-manager, system-manager, niri, nixpkgs-xr, jovian, ...}:{
|
||||
nixosConfigurations."Absolution" = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations."absolution" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations."Umbriel" = nixpkgs.lib.nixosSystem {
|
||||
nixosConfigurations."umbriel" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./base/Umbriel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue