Compare commits
No commits in common. "acbc09be8f72f83ee735a652069235e6214c31ec" and "787f493b11f3d178e4ccd76e34fa9189bfafe164" have entirely different histories.
acbc09be8f
...
787f493b11
4 changed files with 5 additions and 5 deletions
|
@ -17,10 +17,10 @@
|
||||||
|
|
||||||
outputs = { self, nixpkgs, ... }@inputs: {
|
outputs = { self, nixpkgs, ... }@inputs: {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
water7 = nixpkgs.lib.nixosSystem {
|
wano = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/water7/configuration.nix
|
./hosts/wano/configuration.nix
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
networking.hostName = "water7"; # Define your hostname.
|
networking.hostName = "wano"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
# Configure network proxy if necessary
|
# Configure network proxy if necessary
|
||||||
|
@ -113,6 +113,7 @@
|
||||||
yt-dlp
|
yt-dlp
|
||||||
tailscale
|
tailscale
|
||||||
fastfetch
|
fastfetch
|
||||||
|
librewolf
|
||||||
signal-desktop
|
signal-desktop
|
||||||
localsend
|
localsend
|
||||||
vscodium
|
vscodium
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, inputs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
|
@ -21,7 +21,6 @@
|
||||||
gnupg
|
gnupg
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
hyprpaper
|
hyprpaper
|
||||||
inputs.zen-browser.packages."x86_64-linux".default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
Loading…
Add table
Add a link
Reference in a new issue