Compare commits
3 commits
375ced9b9d
...
7d2b8be59e
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d2b8be59e | |||
| 200cf59abe | |||
| 7464ff5571 |
3 changed files with 30 additions and 33 deletions
42
flake.nix
42
flake.nix
|
|
@ -160,14 +160,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
baldur = {
|
||||
hostname = "baldur";
|
||||
profiles.system = {
|
||||
sshUser = "root";
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.baldur;
|
||||
};
|
||||
};
|
||||
# baldur = {
|
||||
# hostname = "baldur";
|
||||
# profiles.system = {
|
||||
# sshUser = "root";
|
||||
# user = "root";
|
||||
# path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.baldur;
|
||||
# };
|
||||
# };
|
||||
|
||||
bragi = {
|
||||
hostname = "bragi";
|
||||
|
|
@ -241,19 +241,19 @@
|
|||
];
|
||||
};
|
||||
|
||||
baldur = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
./hosts/baldur/configuration.nix
|
||||
./modules/servers/general
|
||||
./modules/servers/baldur
|
||||
./modules/servers/home-manager
|
||||
];
|
||||
};
|
||||
# baldur = nixpkgs.lib.nixosSystem {
|
||||
# specialArgs = {inherit inputs;};
|
||||
# system = "aarch64-linux";
|
||||
# modules = [
|
||||
# disko.nixosModules.disko
|
||||
# agenix.nixosModules.default
|
||||
# home-manager.nixosModules.home-manager
|
||||
# ./hosts/baldur/configuration.nix
|
||||
# ./modules/servers/general
|
||||
# ./modules/servers/baldur
|
||||
# ./modules/servers/home-manager
|
||||
# ];
|
||||
# };
|
||||
|
||||
bragi = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
|
|
|
|||
|
|
@ -63,28 +63,25 @@
|
|||
enable = true;
|
||||
package = inputs.hyprlock.packages.${pkgs.stdenv.hostPlatform.system}.hyprlock;
|
||||
settings = {
|
||||
general = {
|
||||
disable_loading_bar = true;
|
||||
grace = 0;
|
||||
hide_cursor = true;
|
||||
no_fade_in = false;
|
||||
};
|
||||
|
||||
image = {
|
||||
path = "$HOME/.face";
|
||||
size = 150;
|
||||
border_size = 4;
|
||||
border_color = "rgb(d5c4a1)";
|
||||
border_color = "rgb(${config.lib.stylix.colors.base0D})";
|
||||
position = "0, 385";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
};
|
||||
|
||||
background = {
|
||||
blur_passes = 4;
|
||||
};
|
||||
|
||||
label = [
|
||||
{
|
||||
text = "$TIME";
|
||||
font_size = 90;
|
||||
color = "rgb(d5c4a1)";
|
||||
color = "rgb(${config.lib.stylix.colors.base06})";
|
||||
position = "0, 245";
|
||||
halign = "center";
|
||||
valight = "center";
|
||||
|
|
@ -92,7 +89,7 @@
|
|||
{
|
||||
text = ''cmd[update:43200000] date +"%Y %m %d"'';
|
||||
font_size = 25;
|
||||
color = "rgb(d5c4a1)";
|
||||
color = "rgb(${config.lib.stylix.colors.base06})";
|
||||
position = "0, -225";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
# Containers
|
||||
virtualisation.oci-containers.containers."lemmy-backend" = {
|
||||
image = "dessalines/lemmy:0.19.11";
|
||||
image = "dessalines/lemmy:0.19.13";
|
||||
environmentFiles = [
|
||||
"/run/agenix/lemmy-env"
|
||||
];
|
||||
|
|
@ -157,7 +157,7 @@
|
|||
];
|
||||
};
|
||||
virtualisation.oci-containers.containers."lemmy-ui" = {
|
||||
image = "dessalines/lemmy-ui:0.19.11";
|
||||
image = "dessalines/lemmy-ui:0.19.13";
|
||||
environmentFiles = [
|
||||
"/run/agenix/lemmy-env"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue