Compare commits

..

No commits in common. "38150848d5f010aa48694e6469a4856366dd0245" and "2e65e201c6d2712fb307953b6591df0de274b83b" have entirely different histories.

2 changed files with 1 additions and 21 deletions

View file

@ -56,6 +56,7 @@
url = "github:nix-community/emacs-overlay"; url = "github:nix-community/emacs-overlay";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
}; };
}; };

View file

@ -112,27 +112,6 @@
sudo.enable = false; sudo.enable = false;
}; };
programs.rust-motd = {
enable = true;
settings = {
banner = {
command = "${pkgs.figlet}/bin/figlet -f slant ${config.networking.hostName}";
};
weather = {
loc = "De Westereen, Netherlands";
};
uptime = {
prefix = "up: ";
};
filesystems = {
root = "/";
};
memory = {
swap_pos = "none";
};
};
};
sops.defaultSopsFile = ./secrets.yaml; sops.defaultSopsFile = ./secrets.yaml;
sops.secrets = { sops.secrets = {
caddy-env = { }; caddy-env = { };