Created configuration for steam deck (shodan)

This commit is contained in:
Lillian Violet 2023-12-27 16:23:57 +01:00
parent 624f18f54b
commit 7a6aad4174
3 changed files with 313 additions and 0 deletions

View file

@ -92,5 +92,16 @@
];
};
};
nixosConfigurations = {
shodan = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};
modules = [
# > Our main nixos configuration file <
./nixos/shodan/configuration.nix
sops-nix.nixosModules.sops
];
};
};
};
}