initial nas config

This commit is contained in:
mjallen18
2024-02-18 15:07:48 -06:00
parent 44539604ff
commit b9cbddf44c
4 changed files with 256 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
# Desktop
kde.url = "github:nix-community/kde2nix";
nix-flatpak.url = "github:gmodena/nix-flatpak";
# impermanence.url = "github:nix-community/impermanence";
impermanence.url = "github:nix-community/impermanence";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
lanzaboote = {
@@ -20,19 +20,18 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
# outputs = { self, nixpkgs, impermanence, lanzaboote } @ inputs: {
outputs = { self, nixpkgs, lanzaboote, kde, nix-flatpak, home-manager, nixos-hardware } @ inputs: {
outputs = { self, nixpkgs, lanzaboote, impermanence, kde, nix-flatpak, home-manager, nixos-hardware } @ inputs: {
nixosConfigurations = {
# Desktop
"matt-nixos" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
# impermanence.nixosModules.impermanence
impermanence.nixosModules.impermanence
lanzaboote.nixosModules.lanzaboote
kde.nixosModules.plasma6
nix-flatpak.nixosModules.nix-flatpak
./configuration.nix
# ./impermanence.nix
./impermanence.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;