Fix sesar and audio configurations for odin
This commit is contained in:
parent
5f413f4195
commit
4be00e0ab5
3 changed files with 4 additions and 5 deletions
|
|
@ -145,9 +145,6 @@
|
||||||
nixos-hardware.nixosModules.common-cpu-amd
|
nixos-hardware.nixosModules.common-cpu-amd
|
||||||
nixos-hardware.nixosModules.common-pc-ssd
|
nixos-hardware.nixosModules.common-pc-ssd
|
||||||
./thor/configuration.nix
|
./thor/configuration.nix
|
||||||
|
|
||||||
./nixos_modules/pro_audio.nix
|
|
||||||
./nixos_modules/sesar.nix
|
|
||||||
];
|
];
|
||||||
thorBuilder = { extraModules ? [ ] }:
|
thorBuilder = { extraModules ? [ ] }:
|
||||||
nixpkgs.lib.nixosSystem rec {
|
nixpkgs.lib.nixosSystem rec {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hosts = {
|
hosts = {
|
||||||
"172.20.28.210" = [ "datanode1" "datanode2" "datanode3" ];
|
"172.20.28.210" = [ "datanode1" "datanode2" "datanode3" "namenode" ];
|
||||||
# "172.20.28.210" = [ "*.engine.sesar.int" ];
|
# "172.20.28.210" = [ "*.engine.sesar.int" ];
|
||||||
"159.149.147.137" = [ "vcenter.sesar.int" ];
|
"159.149.147.137" = [ "vcenter.sesar.int" ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
# gnome.quadrapassel
|
# gnome.quadrapassel
|
||||||
# gnome.seahorse
|
# gnome.seahorse
|
||||||
# gnome.sushi
|
# gnome.sushi
|
||||||
|
gnome.totem
|
||||||
(google-chrome.override {
|
(google-chrome.override {
|
||||||
commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ];
|
commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ];
|
||||||
})
|
})
|
||||||
|
|
@ -70,6 +71,7 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
# pcmanfm
|
# pcmanfm
|
||||||
pentablet-driver
|
pentablet-driver
|
||||||
|
postman
|
||||||
procps
|
procps
|
||||||
# pulseaudio
|
# pulseaudio
|
||||||
# retroarchFull
|
# retroarchFull
|
||||||
|
|
@ -134,7 +136,7 @@
|
||||||
../hm_modules/gtk_theme.nix
|
../hm_modules/gtk_theme.nix
|
||||||
../hm_modules/helix.nix
|
../hm_modules/helix.nix
|
||||||
# ../hm_modules/joystickwake.nix
|
# ../hm_modules/joystickwake.nix
|
||||||
# ../hm_modules/kakoune.nix
|
../hm_modules/kakoune.nix
|
||||||
# ../hm_modules/keepassxc.nix
|
# ../hm_modules/keepassxc.nix
|
||||||
../hm_modules/kitty.nix
|
../hm_modules/kitty.nix
|
||||||
../hm_modules/libinput-gestures.nix
|
../hm_modules/libinput-gestures.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue