Compare commits
3 Commits
49a5923f06
...
4bef39f6c2
Author | SHA1 | Date | |
---|---|---|---|
4bef39f6c2 | |||
db7efac024 | |||
4ef52b8226 |
@ -18,7 +18,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 = "starscream"; # Define your hostname.
|
# networking.hostName = "starscream"; # 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
|
||||||
@ -105,6 +105,8 @@
|
|||||||
# thunderbird
|
# thunderbird
|
||||||
git
|
git
|
||||||
zsh
|
zsh
|
||||||
|
gparted
|
||||||
|
ntfs3g
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# home-manager.users.mir = { pkgs, ... }: {
|
# home-manager.users.mir = { pkgs, ... }: {
|
||||||
|
@ -12,7 +12,9 @@
|
|||||||
starscream = nixpkgs.lib.nixosSystem {
|
starscream = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix {
|
||||||
|
networking.hostName = "starscream";
|
||||||
|
}
|
||||||
./hardware/starscream-hw.nix
|
./hardware/starscream-hw.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
@ -26,7 +28,9 @@
|
|||||||
knockout = nixpkgs.lib.nixosSystem {
|
knockout = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix {
|
||||||
|
networking.hostName = "knockout";
|
||||||
|
}
|
||||||
./hardware/knockout-hw.nix
|
./hardware/knockout-hw.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user