Adding vicinae and various refactors
This commit is contained in:
parent
e2946c9fb7
commit
32720ae712
10 changed files with 225 additions and 91 deletions
13
flake.nix
13
flake.nix
|
|
@ -16,6 +16,11 @@
|
|||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
mozilla.url = "github:andersk/nixpkgs-mozilla/channel";
|
||||
|
||||
vicinae-extensions = {
|
||||
url = "github:vicinaehq/extensions";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
||||
|
||||
copyparty = {
|
||||
|
|
@ -40,7 +45,7 @@
|
|||
pin-factorio.url = "github:NixOS/nixpkgs?rev=c5ae371f1a6a7fd27823bc500d9390b38c05fa55";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, mailserver, copyparty, deploy-rs, ... }@inputs: {
|
||||
outputs = { self, nixpkgs, deploy-rs, ... }@inputs: {
|
||||
nixosConfigurations = {
|
||||
# Framework Computer
|
||||
piaf = nixpkgs.lib.nixosSystem {
|
||||
|
|
@ -53,11 +58,7 @@
|
|||
zora = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = inputs;
|
||||
modules = [
|
||||
./hosts/zora
|
||||
mailserver.nixosModules.default
|
||||
copyparty.nixosModules.default
|
||||
];
|
||||
modules = [ ./hosts/zora ];
|
||||
};
|
||||
|
||||
# Desktop ISO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue