mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
oops wrong system
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
13d7ab12d0
commit
0340a32990
2 changed files with 6 additions and 5 deletions
|
@ -45,9 +45,9 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
titan = nixpkgs.lib.nixosSystem {
|
titan = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit inputs; };
|
# specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/titan/configuration.nix
|
( import ./hosts/titan/configuration.nix inputs )
|
||||||
{
|
{
|
||||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
|
@ -63,9 +63,9 @@
|
||||||
};
|
};
|
||||||
hermes = nixpkgs.lib.nixosSystem {
|
hermes = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
# specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [
|
modules = [
|
||||||
( import ./hosts/hermes/configuration.nix inputs )
|
./hosts/hermes/configuration.nix
|
||||||
{
|
{
|
||||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
||||||
nix.nixPath = [
|
nix.nixPath = [
|
||||||
|
|
|
@ -147,7 +147,7 @@ in {
|
||||||
nerdfonts
|
nerdfonts
|
||||||
steam-run
|
steam-run
|
||||||
packagekit
|
packagekit
|
||||||
nix-software-center
|
# nix-software-center
|
||||||
fish
|
fish
|
||||||
libsForQt5.yakuake
|
libsForQt5.yakuake
|
||||||
libsForQt5.discover
|
libsForQt5.discover
|
||||||
|
@ -162,6 +162,7 @@ in {
|
||||||
ksnip
|
ksnip
|
||||||
virt-manager
|
virt-manager
|
||||||
flutter
|
flutter
|
||||||
|
nixd
|
||||||
];
|
];
|
||||||
variables = {
|
variables = {
|
||||||
NIX_AUTO_RUN = "!";
|
NIX_AUTO_RUN = "!";
|
||||||
|
|
Loading…
Reference in a new issue