Quick commit 2024-01-05T18:42:21+01:00
This commit is contained in:
parent
3477528dd5
commit
c954f0df5f
9 changed files with 98 additions and 16 deletions
|
@ -8,7 +8,8 @@
|
|||
./desktop.nix
|
||||
./gaming
|
||||
./geoffrey.nix
|
||||
./wireless.nix
|
||||
# ./wireless.nix
|
||||
# FIXME networks.json is git-ignored, so flakes will not use it
|
||||
"${builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/disko/archive/3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22.tar.gz";
|
||||
sha256 = "0slkd86c7viv8ping6wizhab6iwxz0bn9fxvzrscz0r745d8iaca";
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
<home-manager/nixos>
|
||||
];
|
||||
|
||||
users.users.root.initialHashedPassword = "$y$j9T$e64bjL7iyVlniEKwKbM9g0$cCn74za0r6L9QMO20Fdxz3/SX0yvhz3Xd6.2BhtbRL1"; # Not a real password
|
||||
|
||||
users.users.geoffrey = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue